]> git.lyx.org Git - features.git/blob - sourcedoc/Makefile.am
symbols: fix a type for \Im
[features.git] / sourcedoc / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = Doxyfile.in CMakeLists.txt
4
5 OUTPUT_DIR = .
6
7 doxydoc: Doxyfile
8         cd $(OUTPUT_DIR) ; doxygen ./Doxyfile
9
10 distclean-local:
11         rm -rf $(OUTPUT_DIR)/html $(OUTPUT_DIR)/latex $(OUTPUT_DIR)/main
12
13 .PHONY: doxydoc