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