X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=4760fe08e37e1f89879826cae823c45085e28916;hb=a12309c76b8fdcc69d0daf38f0b3068ca54d70d2;hp=75ade4d09fb3ed018793883ae8c12d029712d90f;hpb=644db029215e5e2b0c2ec579692535b40ce8cb12;p=lyx.git diff --git a/Makefile.am b/Makefile.am index 75ade4d09f..4760fe08e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,10 +3,10 @@ DISTCLEANFILES= *.orig *.rej *~ *.bak lyx.1 core MAINTAINERCLEANFILES = $(srcdir)/Makefile.in $(srcdir)/aclocal.m4 \ $(srcdir)/configure $(srcdir)/development/lyx.spec \ $(srcdir)/acinclude.m4 -SUBDIRS = intl po sigc++ src lib +SUBDIRS = intl po sigc++ boost src lib EXTRA_DIST = ANNOUNCE OLD-CHANGES INSTALL.OS2 INSTALL.autoconf README.OS2 \ - UPGRADING lyx.man acconfig.h \ + UPGRADING lyx.man acconfig.h autogen.sh \ config development forms images ETAGS_ARGS = --lang=c++ man_MANS = lyx.1 @@ -49,3 +49,12 @@ bindist: @echo "*** distribution and refer to *you* in case of problem." @echo "*** $(bindistfile) has been created." + +sourcedoc: + cd sourcedoc; \ + doxygen ./Doxyfile + +lgbtags: + etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/* + +.PHONY: sourcedoc