* src/gnome/gnc-dir.h.in: move to src/gnome. fix for make dist

tarballs

	* src/gnome/Makefile.am: add gnc-dir.h target

	* src/Makefile.am: remove gnc-dir.h target

	* src/quotes/Makefile.am: add gnc-prices to dist


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3800 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.6
Dave Peticolas 26 years ago
parent 69c0ce36d0
commit afda83308b

@ -1,5 +1,14 @@
2001-03-19 Dave Peticolas <dave@krondo.com>
* src/gnome/gnc-dir.h.in: move to src/gnome. fix for make dist
tarballs
* src/gnome/Makefile.am: add gnc-dir.h target
* src/Makefile.am: remove gnc-dir.h target
* src/quotes/Makefile.am: add gnc-prices to dist
* src/scm/report/transaction-report.scm (record): use number-cell
style

@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnucash 0.1\n"
"POT-Creation-Date: 2001-03-19 01:32-0800\n"
"POT-Creation-Date: 2001-03-19 02:36-0800\n"
"PO-Revision-Date: 2000-12-14 12:48+01:00\n"
"Last-Translator: Johnny Ernst Nielsen <j.e.nielsen@iname.com>\n"
"Language-Team: Danish <dansk@klid.dk>\n"

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnucash 1.5\n"
"POT-Creation-Date: 2001-03-19 01:32-0800\n"
"POT-Creation-Date: 2001-03-19 02:36-0800\n"
"PO-Revision-Date: 2001-02-01 14:00+0100\n"
"Last-Translator: Jan-Uwe Finck <Jan-Uwe.Finck@bigfoot.de>\n"
"Language-Team: DE\n"

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnucash 1.3.0\n"
"POT-Creation-Date: 2001-03-19 01:32-0800\n"
"POT-Creation-Date: 2001-03-19 02:36-0800\n"
"PO-Revision-Date: 2000-03-06 11:20+0000\n"
"Last-Translator: David Woodhouse <dwmw2@infradead.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNUCash 1.5\n"
"POT-Creation-Date: 2001-03-19 01:32-0800\n"
"POT-Creation-Date: 2001-03-19 02:36-0800\n"
"PO-Revision-Date: 2000-08-28 22:00+0000\n"
"Last-Translator: Juan Manuel García Molina <juanmagm@mail.com>\n"
"Language-Team: Spanish <es@li.org>\n"

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnucash 1.5.X\n"
"POT-Creation-Date: 2001-03-19 01:32-0800\n"
"POT-Creation-Date: 2001-03-19 02:36-0800\n"
"PO-Revision-Date: 2001-01-22 00:25+0200\n"
"Last-Translator: Yannick LE NY <y-le-ny@ifrance.com>\n"
"Language-Team: FRENCH <FR@li.org>\n"

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnucash 1.4.X\n"
"POT-Creation-Date: 2001-03-19 01:32-0800\n"
"POT-Creation-Date: 2001-03-19 02:36-0800\n"
"PO-Revision-Date: 2000-07-05 15:17+0100\n"
"Last-Translator: Alessandro Seveso <aleseveso@tiscalinet.it>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnucash 1.5.X\n"
"POT-Creation-Date: 2001-03-19 01:32-0800\n"
"POT-Creation-Date: 2001-03-19 02:36-0800\n"
"PO-Revision-Date: 2001-1-18 14:00+0900\n"
"Last-Translator: Mitsuo Hamada <mhamada@redhat.com>\n"
"Language-Team: Japanese <translation@gnome.gr.jp>\n"

@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnucash 1.5.0\n"
"POT-Creation-Date: 2001-03-19 01:32-0800\n"
"POT-Creation-Date: 2001-03-19 02:36-0800\n"
"PO-Revision-Date: 2000-08-06 20:43+00:00\n"
"Last-Translator: Valek Filippov <frob@df.ru>\n"
"Language-Team: Russian <ru@li.org>\n"

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.4.5\n"
"POT-Creation-Date: 2001-03-19 01:32-0800\n"
"POT-Creation-Date: 2001-03-19 02:36-0800\n"
"PO-Revision-Date: 2000-09-17 09:18+02:00\n"
"Last-Translator: Dennis Björklund <dennisb@cs.chalmers.se>\n"
"Language-Team: Sv <sv@li.org>\n"

@ -5,7 +5,6 @@ Makefile.in
*.patch
*.log
*.xac.*.xac
gnc-dir.h
gnucash
.deps
.libs

@ -62,7 +62,6 @@ noinst_HEADERS = \
SplitLedger.h \
file-history.h \
gnc-component-manager.h \
gnc-dir.h \
gnc-exp-parser.h \
gnc-ui.h \
gnc-ui-common.h \
@ -70,8 +69,7 @@ noinst_HEADERS = \
messages.h
EXTRA_DIST = \
.cvsignore \
gnc-dir.h.in
.cvsignore
CFLAGS = @CFLAGS@ ${GNOME_INCLUDEDIR} ${GUILE_INCS}
@ -80,20 +78,3 @@ INCLUDES = \
-I./engine \
-I./guile \
-I./register
## We borrow guile's convention and use @-...-@ as the substitution
## brackets here, instead of the usual @...@. This prevents autoconf
## from substituting the values directly into the left-hand sides of
## the sed substitutions.
gnc-dir.h: gnc-dir.h.in
rm -f $@.tmp
sed < $@.in > $@.tmp \
-e 's:@-GNC_PIXMAP_DIR-@:${GNC_PIXMAP_DIR}:g'
mv $@.tmp $@
BUILT_SOURCES += gnc-dir.h
# We have to do this because otherwise automake insists on putting
# these files into the dist tarfile. If there's a a better way,
# by all means, let us know...
dist-hook:
rm ${distdir}/gnc-dir.h

@ -7,4 +7,5 @@ glade-cb-gnc-dialogs.c
#glade-gnc-dialogs.c
#glade-cb-gnc-dialogs.h
#glade-gnc-dialogs.h
gnc-dir.h
gnucash.keys

@ -90,6 +90,7 @@ noinst_HEADERS = \
gnc-currency-edit.h \
gnc-datedelta.h \
gnc-dateedit.h \
gnc-dir.h \
gnc-gpg.h \
gnc-html-actions.h \
gnc-html-history.h \
@ -124,6 +125,7 @@ GLADE_FILES = \
EXTRA_DIST = \
.cvsignore \
gnc-dialogs.glade \
gnc-dir.h.in \
gnucash.desktop \
gnucash.keys.in \
gnucash.mime \
@ -158,3 +160,20 @@ gnucash.keys: gnucash.keys.in
-e 's:@-icondir-@:${appicondir}:g'
chmod +x $@.tmp
mv $@.tmp $@
## We borrow guile's convention and use @-...-@ as the substitution
## brackets here, instead of the usual @...@. This prevents autoconf
## from substituting the values directly into the left-hand sides of
## the sed substitutions.
gnc-dir.h: gnc-dir.h.in
rm -f $@.tmp
sed < $@.in > $@.tmp \
-e 's:@-GNC_PIXMAP_DIR-@:${GNC_PIXMAP_DIR}:g'
mv $@.tmp $@
BUILT_SOURCES += gnc-dir.h
# We have to do this because otherwise automake insists on putting
# these files into the dist tarfile. If there's a a better way,
# by all means, let us know...
dist-hook:
rm ${distdir}/gnc-dir.h

@ -8,6 +8,7 @@ EXTRA_DIST = \
.cvsignore \
Quote_example.pl \
finance-quote-helper.in \
gnc-prices \
value_portfolio
## We borrow guile's convention and use @-...-@ as the substitution

Loading…
Cancel
Save