[augeas-devel] [PATCH 1 of 2] Put Augeas version into footer

David Lutterkort dlutter at redhat.com
Mon Jun 30 22:23:53 UTC 2008


# HG changeset patch
# User David Lutterkort <dlutter at redhat.com>
# Date 1214863866 25200
# Node ID 3ad8d1c5713097637f1654f91ce7e58da31f9810
# Parent  cd28767d190dc302ab71abe8f27a53743868e21b
Put Augeas version into footer

diff -r cd28767d190d -r 3ad8d1c57130 man/Makefile.am
--- a/man/Makefile.am	Mon Jun 23 14:03:55 2008 -0700
+++ b/man/Makefile.am	Mon Jun 30 15:11:06 2008 -0700
@@ -1,7 +1,7 @@
 
 EXTRA_DIST=$(wildcard *.pod) $(wildcard *.[0-9])
 
-man1_MANS=augtool.1
+man1_MANS=augtool.1 augparse.1
 
 %.1: %.pod
-	pod2man -c "Augeas" $< > $@
+	pod2man -c "Augeas" -r "Augeas $(VERSION)" $< > $@




More information about the augeas-devel mailing list