Skip to content

Commit

Permalink
[price-quotes] Remove superseded gnc-fq-dump and Quotes-example.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Oct 2, 2022
1 parent e817091 commit 673a925
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 341 deletions.
6 changes: 3 additions & 3 deletions libgnucash/quotes/CMakeLists.txt
@@ -1,6 +1,6 @@

set(_BIN_FILES "")
foreach(file gnc-fq-update.in gnc-fq-dump.in finance-quote-wrapper.in)
foreach(file gnc-fq-update.in finance-quote-wrapper.in)
string(REPLACE ".in" "" _OUTPUT_FILE_NAME ${file})
set(_ABS_OUTPUT_FILE ${BINDIR_BUILD}/${_OUTPUT_FILE_NAME})
configure_file( ${file} ${_ABS_OUTPUT_FILE} @ONLY)
Expand All @@ -9,7 +9,7 @@ endforeach(file)


set(_MAN_FILES "")
foreach(file gnc-fq-dump finance-quote-wrapper)
foreach(file finance-quote-wrapper)
set(_POD_INPUT ${BINDIR_BUILD}/${file})
set(_MAN_OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${file}.1)
list(APPEND _MAN_FILES ${_MAN_OUTPUT})
Expand All @@ -26,4 +26,4 @@ add_custom_target(quotes-bin ALL DEPENDS ${_BIN_FILES})
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-dump.in gnc-fq-update.in finance-quote-wrapper.in Quote_example.pl README)
set_dist_list(quotes_DIST CMakeLists.txt gnc-fq-update.in finance-quote-wrapper.in README)
90 changes: 0 additions & 90 deletions libgnucash/quotes/Quote_example.pl

This file was deleted.

6 changes: 0 additions & 6 deletions libgnucash/quotes/README
Expand Up @@ -8,12 +8,6 @@ finance-quote-wrapper.in:
allows gnucash to communicate with Finance::Quote.
The requests and responses are in json format.

gnc-fq-dump.in:

Source file for gnc-fq-dump which is a perl script that retrieves
a quote from Finance::Quote and dumps the response to the terminal.
Its useful for determining problems with F::Q.

gnc-fq-update.in:

Source file for gnc-fq-update which is a perl script that updates
Expand Down
242 changes: 0 additions & 242 deletions libgnucash/quotes/gnc-fq-dump.in

This file was deleted.

0 comments on commit 673a925

Please sign in to comment.