From 6eb32d9d505c30ce1a856f870995ed0f5e50e852 Mon Sep 17 00:00:00 2001 From: Mike Alexander Date: Sun, 12 Dec 2010 06:33:50 +0000 Subject: [PATCH] Get rid of the rest of the gnc-prices man page, r19921 is incomplete git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19926 57a11ea4-9604-0410-9ed3-97b8803252fd --- doc/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 4f6749cf09..4768e1f769 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -32,7 +32,6 @@ EXTRA_DIST = \ 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 @@ EXTRA_DIST = \ ## brackets here, instead of the usual @...@. 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 \