]> andersk Git - libyaml.git/blobdiff - include/Makefile.am
debian: Release libyaml 0.2.2-1
[libyaml.git] / include / Makefile.am
index 29b04f31912e05484ca44b6a865c906f50061579..3882a2f63dd525e3cd5eff64f6ecbe21bb320b2b 100644 (file)
@@ -1 +1,17 @@
-nobase_include_HEADERS = yaml/yaml.h yaml/yaml_version.h yaml/yaml_error.h
+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
This page took 0.905107 seconds and 4 git commands to generate.