X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=164a9468ec7f89cb25950b41af8ff8d8cd3427cd;hb=16a5be3ecce17f7a2c3e2e8fda096a6ca2ad6161;hp=9a52256508b8e6e96f06ae06ab82144692c971e3;hpb=0031da054f072922ed081bc8a877ffd8eb280210;p=lyx.git diff --git a/Makefile.am b/Makefile.am index 9a52256508..164a9468ec 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 @@ -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)/*