move some doxystuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5971 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2003-01-18 22:42:57 +00:00
parent 970386d4a8
commit f2a5086aef
3 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2003-01-18 Lars Gullik Bjønnes <larsbj@gullik.net>
* Makefile.am: move some doxy stuff from here...
* sourcedoc/Makefile.am: ...to here
2003-01-14 Lars Gullik Bjønnes <larsbj@gullik.net> 2003-01-14 Lars Gullik Bjønnes <larsbj@gullik.net>
* Makefile.am (rpmdist): use rpmbuild * Makefile.am (rpmdist): use rpmbuild

View File

@ -53,15 +53,10 @@ bindist:
@echo "*** distribution and refer to *you* in case of problem." @echo "*** distribution and refer to *you* in case of problem."
@echo "*** $(bindistfile) has been created." @echo "*** $(bindistfile) has been created."
doxydoc: sourcedoc/Doxyfile doxydoc:
cd sourcedoc; \ cd sourcedoc; make doxydoc
doxygen ./Doxyfile
distclean-local:
rm -rf $(srcdir)/sourcedoc/html $(srcdir)/sourcedoc/latex \
$(srcdir)/sourcedoc/main
lgbtags: lgbtags:
etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/* etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/*
.PHONY: sourcedoc .PHONY: doxydoc

View File

@ -1,3 +1,11 @@
include $(top_srcdir)/config/common.am include $(top_srcdir)/config/common.am
EXTRA_DIST = Doxyfile.in EXTRA_DIST = Doxyfile.in
doxydoc: Doxyfile
doxygen ./Doxyfile
distclean-local:
rm -rf $(srcdir)/html $(srcdir)/latex $(srcdir)/main
.PHONY: doxydoc