X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=c4fe33eb761a090a80a35272e4501e5bc075ec10;hb=97962a20401048e4ec1cd2091910a09f5a3d748f;hp=4760fe08e37e1f89879826cae823c45085e28916;hpb=f6aaac088c411f6d03bab73695b14a5441ea85b1;p=lyx.git diff --git a/Makefile.am b/Makefile.am index 4760fe08e3..c4fe33eb76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,17 @@ AUTOMAKE_OPTIONS = foreign -DISTCLEANFILES= *.orig *.rej *~ *.bak lyx.1 core +DISTCLEANFILES = -r *.orig *.rej *~ *.bak lyx.1 core $(srcdir)/sourcedoc/*~ \ + $(srcdir)/sourcedoc/html $(srcdir)/sourcedoc/latex \ + $(srcdir)/sourcedoc/man $(srcdir)/sourcedoc/Doxyfile MAINTAINERCLEANFILES = $(srcdir)/Makefile.in $(srcdir)/aclocal.m4 \ $(srcdir)/configure $(srcdir)/development/lyx.spec \ - $(srcdir)/acinclude.m4 + $(srcdir)/acinclude.m4 $(srcdir)/sourcedoc/Doxyfile SUBDIRS = intl po sigc++ boost src lib -EXTRA_DIST = ANNOUNCE OLD-CHANGES INSTALL.OS2 INSTALL.autoconf README.OS2 \ +EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \ UPGRADING lyx.man acconfig.h autogen.sh \ - config development forms images -ETAGS_ARGS = --lang=c++ + config development forms images sourcedoc + +#ETAGS_ARGS = --language-force=c++ man_MANS = lyx.1 ## Needed by bindist @@ -50,10 +53,14 @@ bindist: @echo "*** $(bindistfile) has been created." -sourcedoc: +doxydoc: sourcedoc/Doxyfile cd sourcedoc; \ doxygen ./Doxyfile +sourcedoc/Doxyfile: sourcedoc/Doxyfile.in config.status + cd $(top_builddir) \ + && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + lgbtags: etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/*