r19926 - gnucash/trunk/doc - Get rid of the rest of the gnc-prices man page, r19921 is incomplete

Mike Alexander mta at code.gnucash.org
Sun Dec 12 01:33:50 EST 2010


Author: mta
Date: 2010-12-12 01:33:50 -0500 (Sun, 12 Dec 2010)
New Revision: 19926
Trac: http://svn.gnucash.org/trac/changeset/19926

Modified:
   gnucash/trunk/doc/Makefile.am
Log:
Get rid of the rest of the gnc-prices man page, r19921 is incomplete

Modified: gnucash/trunk/doc/Makefile.am
===================================================================
--- gnucash/trunk/doc/Makefile.am	2010-12-12 04:26:56 UTC (rev 19925)
+++ gnucash/trunk/doc/Makefile.am	2010-12-12 06:33:50 UTC (rev 19926)
@@ -32,7 +32,6 @@
   build-solaris.txt \
   generic_objects.txt \
   gnome-hackers.txt \
-  gnc-prices.1.in \
   gnucash.1.in \
   gtkrc-2.0.gnucash \
   tip_of_the_day.list.in
@@ -41,14 +40,6 @@
 ## brackets here, instead of the usual @... at .  This prevents autoconf
 ## from substituting the values directly into the left-hand sides of
 ## the sed substitutions.
-gnc-prices.1: gnc-prices.1.in Makefile
-	rm -f $@.tmp
-	${SED} < $< > $@.tmp \
-            -e 's:@-VERSION-@:${VERSION}:g' \
-            -e 's:@-DATE-@:$(shell date +'%B %Y'):g'
-	chmod +x $@.tmp
-	mv $@.tmp $@
-
 gnucash.1: gnucash.1.in Makefile
 	rm -f $@.tmp
 	${SED} < $< > $@.tmp \



More information about the gnucash-changes mailing list