]> git.lyx.org Git - features.git/blobdiff - Makefile.am
remove dup rule
[features.git] / Makefile.am
index 330ec6ca64fa613dca18f5a4e1be2100e34e1aac..6f24e94497e639eaa8277cfcca9f6d42d98e1dd7 100644 (file)
@@ -11,7 +11,7 @@ SUBDIRS = intl po sigc++ boost src lib
 
 EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
        UPGRADING lyx.man acconfig.h autogen.sh \
-       config development forms images sourcedoc
+       config development images sourcedoc
 
 #ETAGS_ARGS = --language-force=c++
 man_MANS = lyx.1
@@ -26,7 +26,6 @@ lyx.1:
 dist-hook:
        cd $(distdir) ; rm -rf `find config -name \*CVS\*` ; \
        rm -rf `find development -name \*CVS\*` ; \
-       rm -rf `find forms -name \*CVS\*` ; \
        rm -rf `find images -name \*CVS\*`
 
 rpmdist: dist
@@ -59,9 +58,9 @@ doxydoc: sourcedoc/Doxyfile
        cd sourcedoc; \
        doxygen ./Doxyfile
 
-sourcedoc/Doxyfile: sourcedoc/Doxyfile.in config.status
-       cd $(top_builddir) \
-       && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+#sourcedoc/Doxyfile: sourcedoc/Doxyfile.in config.status
+#      cd $(top_builddir) \
+#      && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
 lgbtags:
        etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/*