aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 0d81394..94b754a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,11 +18,6 @@ uninstall-local:
install-exec-local:
install -D $(top_builddir)/etc/plptools $(DESTDIR)$(initdir)/plptools
-dist-local:
- kdoc -d doc/api -n libplp --strip-h-path lib/*.h
-
-NOTES = release-notes
-
release: distcheck
git diff && \
git tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && git push --tag \