Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=161571b3e2c2aefaf40a3f7fcdb49c891df8eadc

commit 161571b3e2c2aefaf40a3f7fcdb49c891df8eadc
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Fri Apr 2 02:12:46 2010 +0200

docs: get rid of pointless revhistory

diff --git a/docs/Makefile b/docs/Makefile
index d5d1f55..3043faf 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -111,7 +111,7 @@ images:

%.pdf: %.txt
if [[ "(manual.txt|user.txt|devel.txt)" =~ "$^" ]]; then 
CONF="--conf-file=merge.conf"; fi; \
-       a2x --asciidoc-opts="$$CONF" -a toc -a numbered -a sectids -f pdf -a 
lang=$(call GETLANG) $^
+       a2x --asciidoc-opts="$$CONF" --dblatex-opts "-P 
latex.output.revhistory=0" -a toc -a numbered -a sectids -f pdf -a lang=$(call 
GETLANG) $^

%.txt: %.txt.in
sed 's/@VERSION@/$(VERSION)/' $^ > $@
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to