X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=sourcedoc%2FMakefile.am;h=9b69fa64562efffa332a5cdc4e71319d269fceef;hb=233cfed3331e2a8fef39e2dff483dadbf011b772;hp=a58ed3d86463d7c4a21213f62afcdbc96f43fa53;hpb=505baab2d810d265f7e85b1ee1de4f1b41b7c357;p=lyx.git diff --git a/sourcedoc/Makefile.am b/sourcedoc/Makefile.am index a58ed3d864..9b69fa6456 100644 --- a/sourcedoc/Makefile.am +++ b/sourcedoc/Makefile.am @@ -1,3 +1,13 @@ include $(top_srcdir)/config/common.am -EXTRA_DIST = Doxyfile.in +EXTRA_DIST = Doxyfile.in CMakeLists.txt + +OUTPUT_DIR = . + +doxydoc: Doxyfile + cd $(OUTPUT_DIR) ; doxygen ./Doxyfile + +distclean-local: + rm -rf $(OUTPUT_DIR)/html $(OUTPUT_DIR)/latex $(OUTPUT_DIR)/main + +.PHONY: doxydoc