]> git.lyx.org Git - lyx.git/blobdiff - Makefile.am
More fixes to insettabular/text (and some missing features added).
[lyx.git] / Makefile.am
index 9a52256508b8e6e96f06ae06ab82144692c971e3..164a9468ec7f89cb25950b41af8ff8d8cd3427cd 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
@@ -54,3 +54,6 @@ sourcedoc:
        mkdir sourcedoc
        cd sourcedoc ; \
        doc++ -p `find ../$(top_srcdir)/src -name \*.h`
+
+lgbtags:
+       etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/*