]> andersk Git - libyaml.git/blame - include/Makefile.am
Add doxygen support.
[libyaml.git] / include / Makefile.am
CommitLineData
721c1923
KS
1INCLUDES = yaml/yaml.h yaml/yaml_version.h yaml/yaml_error.h
2DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg
3
4nobase_include_HEADERS = $(INCLUDES)
5
6if DOXYGEN
7
8html: $(INCLUDES) $(DOXYGEN_CFG)
9 PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG)
10
11endif
12
13distclean-local:
14 -rm -rf $(top_builddir)/doc/html
15
16dist-hook: html
17 cp -a $(top_builddir)/doc/html $(top_distdir)/doc
This page took 0.225408 seconds and 5 git commands to generate.