From 81bf29867633b8fe0112deecdc41b2aa6c185800 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 31 Mar 2014 22:40:41 +0100 Subject: Avoid requiring git for manual version --- manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/Makefile') 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) -- cgit v1.2.1