summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-31 22:40:41 +0100
committerLars Wirzenius <liw@liw.fi>2014-03-31 22:40:41 +0100
commit81bf29867633b8fe0112deecdc41b2aa6c185800 (patch)
treea58348890daa2d6dab7d044e5b8abb1dffd1fb54 /manual/Makefile
parent401f7d91b0e3627fdefa3605e9df23fe2dd74532 (diff)
downloadobnam-81bf29867633b8fe0112deecdc41b2aa6c185800.tar.gz
Avoid requiring git for manual version
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile
index c2d278d2..b5acca1d 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -2,7 +2,7 @@ TITLE_EN = Backups with Obnam
TITLE_DE = Backups mit Obnam
TRANS_DE = Übersetzung: Jan Niggemann (jn@hz6.de)
AUTHOR = Lars Wirzenius (liw@liw.fi)
-VERSION = Version $(shell git describe)
+VERSION = Version $(shell git describe || python ../setup.py --version)
en_sources = $(shell ls en/*.mdwn)
de_sources = $(shell ls de/*.mdwn)