mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
79145afdfe
commit
6631f1d596
@ -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.
|
||||
|
@ -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)/*
|
||||
|
Loading…
Reference in New Issue
Block a user