aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/skype/Makefile b/skype/Makefile
index cab5cc26..bdc960e9 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -51,10 +51,8 @@ release:
doc: HEADER.html Changelog
HEADER.html: README Makefile
- ln -s README HEADER.txt
- asciidoc -a toc -a numbered -a sectids HEADER.txt
+ asciidoc -a toc -a numbered -a sectids -o HEADER.html README
sed -i 's|@VERSION@|$(VERSION)|g' HEADER.html
- rm HEADER.txt
Changelog: .git/refs/heads/master
git log --no-merges |git name-rev --tags --stdin >Changelog