]> git.lyx.org Git - lyx.git/blobdiff - development/cygwin/Makefile.am
Remove external date inset
[lyx.git] / development / cygwin / Makefile.am
index 16c093579b1501f31557d9d5ed4c4095b26066ca..e313415359772381c87bddef47fc7b5be7548ace 100644 (file)
@@ -9,7 +9,9 @@ include $(top_srcdir)/config/common.am
 
 bin_PROGRAMS = lyxeditor lyxwin
 bin_SCRIPTS = lyxeditor.sh
-dist_noinst_DATA = lyxprofile
+
+lyxdistdir = $(pkgdatadir)
+dist_lyxdist_DATA = lyxprofile lyxrc.dist
 
 lyxeditor_SOURCES = lyxeditor.c
 lyxwin_SOURCES = lyxwin.c lyxwinres.rc
@@ -17,7 +19,7 @@ lyxwin_SOURCES = lyxwin.c lyxwinres.rc
 lyxeditor_LDFLAGS=-mwindows -e _mainCRTStartup
 lyxwin_LDFLAGS=-mwindows -e _mainCRTStartup
 
-CLEANFILES += lyxeditor.sh lyx_32x32.ico lyx_doc_32x32.ico
+CLEANFILES = lyxeditor.sh lyx_32x32.ico lyx_doc_32x32.ico
 
 lyxeditor.sh:
        cp $(top_srcdir)/development/tools/lyxeditor $@