]> git.lyx.org Git - lyx.git/blobdiff - Makefile.am
Implementation of controller-view split for FormCharacter.
[lyx.git] / Makefile.am
index 2f016bb9c0453d04d83c1f06d04a6ed0d7e9808a..4760fe08e37e1f89879826cae823c45085e28916 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in $(srcdir)/aclocal.m4 \
 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
@@ -50,10 +50,11 @@ bindist:
        @echo "*** $(bindistfile) has been created."
 
 
-sourcedoc:
-       mkdir sourcedoc
-       cd sourcedoc ; \
-       doc++ -p `find ../$(top_srcdir)/src -name \*.h`
+sourcedoc: 
+       cd sourcedoc; \
+       doxygen ./Doxyfile
 
 lgbtags:
        etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/*
+
+.PHONY: sourcedoc