From: Lars Gullik Bjønnes Date: Mon, 11 Mar 2002 23:02:03 +0000 (+0000) Subject: remove dup rule X-Git-Tag: 1.6.10~19678 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=6631f1d59673abe28bfe56453268dcf16d520368;p=features.git remove dup rule git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3720 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index c7284e77d7..963dc1342a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-12 Lars Gullik Bjønnes + + * Makefile.am (sourcedoc/Doxyfile): remove explict rule (this is + also autogenerated) + 2002-03-07 Angus Leeming * Makefile.am: remove references to the now-dead forms directory. diff --git a/Makefile.am b/Makefile.am index c9d718c50d..6f24e94497 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,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)/*