Remove gnc-value-portfolio references from dist lists.

File itself was removed in c0fd3b3.
This commit is contained in:
Rob Gowin 2018-01-05 10:09:40 -06:00
parent c0fd3b3165
commit bee2925ecc
3 changed files with 1 additions and 9 deletions

View File

@ -33,4 +33,4 @@ INSTALL(FILES ${_MAN_FILES} DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
INSTALL(PROGRAMS ${_BIN_FILES} DESTINATION ${CMAKE_INSTALL_BINDIR})
SET_DIST_LIST(quotes_DIST CMakeLists.txt gnc-fq-check.in gnc-fq-dump gnc-fq-helper.in gnc-fq-update.in
gnc-value-portfolio Makefile.am Quote_example.pl README)
Makefile.am Quote_example.pl README)

View File

@ -10,7 +10,6 @@ EXTRA_DIST = \
gnc-fq-dump \
gnc-fq-helper.in \
gnc-fq-update.in \
gnc-value-portfolio \
CMakeLists.txt
gnc-fq-helper: gnc-fq-helper.in Makefile

View File

@ -24,10 +24,3 @@ gnc-fq-update.in:
Source file for gnc-fq-update which is a perl script that updates
Finance::Quote from CPAN.
gnc-value-portfolio:
A stand-alone perl script for updating and printing the value of a
portfolio. To use this script, edit the first few lines at the top
of the file to indicate your portfolio and purchase price.
(from Christopher B. Browne, cbbrowne@hex.net)