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)