X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=fbe291842ecb6366a99780569cadd80dc849f50b;hb=278b7f8fa5514bd3c88e8dab0997cf692ba70f3e;hp=d921ef3af1a39b2af0ad7d59a10563cba2d6570f;hpb=78930d2d26e21fde5a3cc34bc7b3511c4caca108;p=lyx.git diff --git a/Makefile.am b/Makefile.am index d921ef3af1..fbe291842e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,21 @@ include $(top_srcdir)/config/common.am -DISTCLEANFILES += -r lyx.1 config.status config.cache config.log \ - $(srcdir)/sourcedoc/*~ \ - $(srcdir)/sourcedoc/html $(srcdir)/sourcedoc/latex \ - $(srcdir)/sourcedoc/man $(srcdir)/sourcedoc/Doxyfile +DISTCLEANFILES += lyx.1 config.status config.cache config.log \ + $(srcdir)/sourcedoc/*~ $(srcdir)/sourcedoc/Doxyfile MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \ $(srcdir)/configure $(srcdir)/development/lyx.spec \ $(srcdir)/acinclude.m4 -SUBDIRS = config intl po sigc++ boost src lib +SUBDIRS = config intl po boost src lib EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \ UPGRADING lyx.man acconfig.h autogen.sh \ development images sourcedoc +# Hack so that the targets that use tar will also work with automake 1.4 +AMTAR ?= $(TAR) + man_MANS = lyx.1 ## Needed by bindist @@ -59,6 +60,10 @@ doxydoc: sourcedoc/Doxyfile cd sourcedoc; \ doxygen ./Doxyfile +distclean-local: + rm -rf $(srcdir)/sourcedoc/html $(srcdir)/sourcedoc/latex \ + $(srcdir)/sourcedoc/main + lgbtags: etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/*