mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
970386d4a8
commit
f2a5086aef
@ -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
|
||||||
|
11
Makefile.am
11
Makefile.am
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user