summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4d21b65..84b196d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,11 @@ SUBDIRS += fuzz
11endif 11endif
12 12
13EXTRA_DIST = \ 13EXTRA_DIST = \
14 README.md 14 README.md \
15 git-version-gen
16
17dist-hook:
18 echo $(VERSION) > $(distdir)/.tarball-version
15 19
16docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h 20docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
17 rm -rf docs/html 21 rm -rf docs/html