X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/cec6fc98ebecc208edc30a900e6ab195e7c21851..03be97ab0cb3d519a88b72ae820a00a269a775fa:/Makefile.am diff --git a/Makefile.am b/Makefile.am index d25f6d2..d1c309f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,3 +2,14 @@ ## the "$SUBDIR" subdirectories. SUBDIRS = include src . tests + +EXTRA_DIST = doc/doxygen.cfg + +maintainer-clean-local: + -rm -f aclocal.m4 config.h.in configure config/* + -find ${builddir} -name Makefile.in -exec rm -f '{}' ';' + +.PHONY: bootstrap +bootstrap: maintainer-clean + ./bootstrap +