From 0fbf55710f111508aecbc24c95650525de3c1673 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Wed, 22 Apr 2015 18:13:03 +0200 Subject: [PATCH] Include HTML version of manual in source dist. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b668673..d0da694 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ release_src: cp LICENSE $(PROG)-$(REL_VERSION)/ cp README.md $(PROG)-$(REL_VERSION)/ cp contrib/release_Makefile $(PROG)-$(REL_VERSION)/Makefile + markdown_py doc/MANUAL.md > $(PROG)-$(REL_VERSION)/MANUAL.html # Bump version numbers find $(PROG)-$(REL_VERSION)/ -type f -print0 | xargs -0 sed -i "s/%%VERSION%%/$(REL_VERSION)/g"