* fr.po: update by Jean-Pierre.
[lyx.git] / sourcedoc / Makefile.am
blobc446d5c7539f5cd3257591f1e54b7facf3c1c7a4
1 include $(top_srcdir)/config/common.am
3 EXTRA_DIST = Doxyfile.in
5 OUTPUT_DIR = .
7 doxydoc: Doxyfile
8         cd $(OUTPUT_DIR) ; doxygen ./Doxyfile
10 distclean-local:
11         rm -rf $(OUTPUT_DIR)/html $(OUTPUT_DIR)/latex $(OUTPUT_DIR)/main
13 .PHONY: doxydoc