remove dup rule

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3720 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-03-11 23:02:03 +00:00
parent 79145afdfe
commit 6631f1d596
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2002-03-12 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am (sourcedoc/Doxyfile): remove explict rule (this is
also autogenerated)
2002-03-07 Angus Leeming <a.leeming@ic.ac.uk>
* Makefile.am: remove references to the now-dead forms directory.

View File

@ -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)/*