X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=c4fe33eb761a090a80a35272e4501e5bc075ec10;hb=97962a20401048e4ec1cd2091910a09f5a3d748f;hp=9d24be98d16e64c03cdc9bc29db72ad6de9fd2ff;hpb=ce5660a75cfebdbbd4ad5913f871c57b2f9b1c9d;p=lyx.git diff --git a/Makefile.am b/Makefile.am index 9d24be98d1..c4fe33eb76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,8 +9,9 @@ SUBDIRS = intl po sigc++ boost src lib 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 @@ -52,13 +53,13 @@ bindist: @echo "*** $(bindistfile) has been created." -sourcedoc: sourcedoc/Doxyfile +doxydoc: sourcedoc/Doxyfile cd sourcedoc; \ doxygen ./Doxyfile sourcedoc/Doxyfile: sourcedoc/Doxyfile.in config.status cd $(top_builddir) \ - && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status lgbtags: etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/*