Skip to content

Commit

Permalink
Get rid of the rest of the gnc-prices man page, r19921 is incomplete
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19926 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
mtalexander committed Dec 12, 2010
1 parent 40bcdca commit 6eb32d9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doc/Makefile.am
Expand Up @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 6eb32d9

Please sign in to comment.