mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add sourcedoc
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2331 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
35418fc976
commit
c68377bad9
@ -9,7 +9,8 @@ SUBDIRS = intl po sigc++ boost src lib
|
|||||||
|
|
||||||
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
||||||
UPGRADING lyx.man acconfig.h autogen.sh \
|
UPGRADING lyx.man acconfig.h autogen.sh \
|
||||||
config development forms images
|
config development forms images sourcedoc
|
||||||
|
|
||||||
ETAGS_ARGS = --lang=c++
|
ETAGS_ARGS = --lang=c++
|
||||||
man_MANS = lyx.1
|
man_MANS = lyx.1
|
||||||
|
|
||||||
@ -52,7 +53,7 @@ bindist:
|
|||||||
@echo "*** $(bindistfile) has been created."
|
@echo "*** $(bindistfile) has been created."
|
||||||
|
|
||||||
|
|
||||||
sourcedoc: sourcedoc/Doxyfile
|
doxydoc: sourcedoc/Doxyfile
|
||||||
cd sourcedoc; \
|
cd sourcedoc; \
|
||||||
doxygen ./Doxyfile
|
doxygen ./Doxyfile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user