From 6631f1d59673abe28bfe56453268dcf16d520368 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Mon, 11 Mar 2002 23:02:03 +0000 Subject: [PATCH] remove dup rule git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3720 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ Makefile.am | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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)/* -- 2.39.2