X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=c345445fd3c87501d939516b53acb3bebbe59774;hb=f2a5086aef76a86fedf7d1ec966d0b46a98b447d;hp=4a06fe358e684beede5dcc682ccf0ffc8759831b;hpb=970386d4a80f1949bcaa1817eaa9c9617a469521;p=features.git diff --git a/Makefile.am b/Makefile.am index 4a06fe358e..c345445fd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,15 +53,10 @@ bindist: @echo "*** distribution and refer to *you* in case of problem." @echo "*** $(bindistfile) has been created." -doxydoc: sourcedoc/Doxyfile - cd sourcedoc; \ - doxygen ./Doxyfile - -distclean-local: - rm -rf $(srcdir)/sourcedoc/html $(srcdir)/sourcedoc/latex \ - $(srcdir)/sourcedoc/main +doxydoc: + cd sourcedoc; make doxydoc lgbtags: etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/* -.PHONY: sourcedoc +.PHONY: doxydoc