X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/721c1923e49cc10cec9821d0877d94237265ca6f..0fbeb4dc02a074e30b834bda16b3698073b82d93:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 5db6705..f81863c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = yaml/yaml.h yaml/yaml_version.h yaml/yaml_error.h +INCLUDES = yaml.h DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg nobase_include_HEADERS = $(INCLUDES) @@ -10,7 +10,7 @@ html: $(INCLUDES) $(DOXYGEN_CFG) endif -distclean-local: +maintainer-clean-local: -rm -rf $(top_builddir)/doc/html dist-hook: html