[Reproducible-commits] [reference-card] 01/01: test if asciidoc is installed

Holger Levsen holger at layer-acht.org
Mon May 23 09:04:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository reference-card.

commit 5f6b4ad2a40503d887fa505734454ddca3f07098
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 23 11:03:15 2016 +0200

    test if asciidoc is installed
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 37d0f92..e5451c3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ all: build
 build: build-stamp
 
 build-stamp: $(DOCS_GENERATED) Makefile
+	@if [ ! -f /usr/bin/asciidoc ] ; then echo "Please install the asciidoc package." ; exit 1 ; fi
 	touch $@
 
 reference-card.html: reference-card.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reference-card.git



More information about the Reproducible-commits mailing list