libyaml/include/Makefile.am
Ingy döt Net f08c50ccb7 0.2.1 dist files
This code is the result of `make dist` on tag 0.2.1.

It allows github to serve the 0.2.1 distribution package at:
https://github.com/yaml/libyaml/archive/dist-0.2.1.zip
2018-06-26 14:54:03 -07:00

18 lines
405 B
Makefile

AM_CPPFLAGS = yaml.h
DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg
nobase_include_HEADERS = $(AM_CPPFLAGS)
if DOXYGEN
html: $(AM_CPPFLAGS) $(DOXYGEN_CFG)
PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG)
endif
maintainer-clean-local:
-rm -rf $(top_builddir)/doc/html
dist-hook: html
cp -a $(top_builddir)/doc/html $(top_distdir)/doc