mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Apply @PERL@ -w substitution on gnc-fq-dump, too
This commit is contained in:
parent
74e66acd50
commit
56fa959ec0
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
set(_BIN_FILES "")
|
set(_BIN_FILES "")
|
||||||
foreach(file gnc-fq-check.in gnc-fq-helper.in gnc-fq-update.in gnc-fq-dump)
|
foreach(file gnc-fq-check.in gnc-fq-helper.in gnc-fq-update.in gnc-fq-dump.in)
|
||||||
string(REPLACE ".in" "" _OUTPUT_FILE_NAME ${file})
|
string(REPLACE ".in" "" _OUTPUT_FILE_NAME ${file})
|
||||||
set(_ABS_OUTPUT_FILE ${BINDIR_BUILD}/${_OUTPUT_FILE_NAME})
|
set(_ABS_OUTPUT_FILE ${BINDIR_BUILD}/${_OUTPUT_FILE_NAME})
|
||||||
configure_file( ${file} ${_ABS_OUTPUT_FILE} @ONLY)
|
configure_file( ${file} ${_ABS_OUTPUT_FILE} @ONLY)
|
||||||
@ -26,4 +26,4 @@ add_custom_target(quotes-bin ALL DEPENDS ${_BIN_FILES})
|
|||||||
install(FILES ${_MAN_FILES} DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
|
install(FILES ${_MAN_FILES} DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
|
||||||
install(PROGRAMS ${_BIN_FILES} DESTINATION ${CMAKE_INSTALL_BINDIR})
|
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 Quote_example.pl README)
|
set_dist_list(quotes_DIST CMakeLists.txt gnc-fq-check.in gnc-fq-dump.in gnc-fq-helper.in gnc-fq-update.in Quote_example.pl README)
|
||||||
|
@ -8,11 +8,11 @@ gnc-fq-check.in:
|
|||||||
gnucash to determine if Finance::Quote is installed properly. The
|
gnucash to determine if Finance::Quote is installed properly. The
|
||||||
responses is a scheme form.
|
responses is a scheme form.
|
||||||
|
|
||||||
gnc-fq-dump:
|
gnc-fq-dump.in:
|
||||||
|
|
||||||
A perl script that retrieves a quote from Finance::Quote and dumps
|
Source file for gnc-fq-dump which is a perl script that retrieves
|
||||||
the response to the terminal. Its useful for determining problems
|
a quote from Finance::Quote and dumps the response to the terminal.
|
||||||
with F::Q.
|
Its useful for determining problems with F::Q.
|
||||||
|
|
||||||
gnc-fq-helper.in:
|
gnc-fq-helper.in:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/perl
|
#!@PERL@ -w
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003, David Hampton <hampton@employees.org>
|
# Copyright (C) 2003, David Hampton <hampton@employees.org>
|
||||||
#
|
#
|
Loading…
Reference in New Issue
Block a user