]> andersk Git - libyaml.git/blame - include/Makefile.am
Use AM_CPPFLAGS since autotools deprecated INCLUDE
[libyaml.git] / include / Makefile.am
CommitLineData
fd039be5 1AM_CPPFLAGS = yaml.h
721c1923
KS
2DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg
3
fd039be5 4nobase_include_HEADERS = $(AM_CPPFLAGS)
721c1923
KS
5
6if DOXYGEN
7
fd039be5 8html: $(AM_CPPFLAGS) $(DOXYGEN_CFG)
721c1923
KS
9 PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG)
10
11endif
12
b11a3e6e 13maintainer-clean-local:
721c1923
KS
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.04254 seconds and 5 git commands to generate.