]> git.lyx.org Git - lyx.git/blobdiff - Makefile.am
Implementation of controller-view split for FormCharacter.
[lyx.git] / Makefile.am
index 75ade4d09fb3ed018793883ae8c12d029712d90f..4760fe08e37e1f89879826cae823c45085e28916 100644 (file)
@@ -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