]> andersk Git - libyaml.git/blobdiff - Makefile.am
Add scanner definitions.
[libyaml.git] / Makefile.am
index d25f6d28579ba65f488579f1ccbc98e32b98efe7..d1c309f62b6d4831ac23857bc1f9ec26e7fa7db2 100644 (file)
@@ -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
+
This page took 0.084358 seconds and 4 git commands to generate.