]> git.lyx.org Git - lyx.git/blob - sourcedoc/Makefile.am
Add more debug statments, and use the same channel for the same class of error.
[lyx.git] / sourcedoc / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = Doxyfile.in
4
5 doxydoc: Doxyfile
6         doxygen ./Doxyfile
7
8 distclean-local:
9         rm -rf $(srcdir)/html $(srcdir)/latex $(srcdir)/main
10
11 .PHONY: doxydoc