aboutsummaryrefslogtreecommitdiffstats
path: root/skype/Makefile
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-08-15 18:08:53 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2008-08-15 18:08:53 +0200
commit1f59f2f7eaefc001b8c30eff12a8c52b94c9b113 (patch)
tree750aa5eb854d45e67d71d0d9dbbc78c57d4b60d1 /skype/Makefile
parent446c6fffaf80d86b6c756c728adb0d5fb5b40110 (diff)
fix bitlbee compile instructions
Diffstat (limited to 'skype/Makefile')
-rw-r--r--skype/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/skype/Makefile b/skype/Makefile
index c1f7cf8b..53217343 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -1,6 +1,8 @@
-include config.mak
VERSION = 0.6.0
+# oldest supported one
+BITLBEE_VERSION = 1.2.1
AMVERSION = $(shell automake --version|sed 's/.* //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q')
@@ -53,6 +55,7 @@ doc: HEADER.html Changelog
HEADER.html: README Makefile
asciidoc -a toc -a numbered -a sectids -o HEADER.html README
sed -i 's|@VERSION@|$(VERSION)|g' HEADER.html
+ sed -i 's|@BITLBEE_VERSION@|$(BITLBEE_VERSION)|g' HEADER.html
Changelog: .git/refs/heads/master
git log --no-merges |git name-rev --tags --stdin >Changelog