From bee2925ecc2c9c2114dacb4ebed7cc57b23289e8 Mon Sep 17 00:00:00 2001 From: Rob Gowin Date: Fri, 5 Jan 2018 10:09:40 -0600 Subject: [PATCH] Remove gnc-value-portfolio references from dist lists. File itself was removed in c0fd3b3. --- libgnucash/quotes/CMakeLists.txt | 2 +- libgnucash/quotes/Makefile.am | 1 - libgnucash/quotes/README | 7 ------- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/libgnucash/quotes/CMakeLists.txt b/libgnucash/quotes/CMakeLists.txt index 91bd518b6e..cd4236a92a 100644 --- a/libgnucash/quotes/CMakeLists.txt +++ b/libgnucash/quotes/CMakeLists.txt @@ -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) diff --git a/libgnucash/quotes/Makefile.am b/libgnucash/quotes/Makefile.am index d507eafea7..c24e98de37 100644 --- a/libgnucash/quotes/Makefile.am +++ b/libgnucash/quotes/Makefile.am @@ -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 diff --git a/libgnucash/quotes/README b/libgnucash/quotes/README index 9c9fccb874..9b56df81ab 100644 --- a/libgnucash/quotes/README +++ b/libgnucash/quotes/README @@ -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)