From 82316ad5cf46d3213287a17aecd65c686bd8b418 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 16 Sep 2003 03:05:02 +0000 Subject: [PATCH] * gramps.sh.in: Fix bashism to have a valid bourne-shell script. * src/plugins/Makefile.am: Ship writefree.glade. * src/plugins/Makefile.in: Likewise. svn: r2135 --- ChangeLog | 4 +++- src/plugins/Makefile.am | 3 ++- src/plugins/Makefile.in | 9 +++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0175563fa..9eadadca7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,9 @@ * doc/gramps.1: Likewise. * NEWS: Likewise. * TODO: Add recently discussed items from gramps-devel. - * gramps.sh.in: Fix bashism to have a valid bourn-shell script. + * gramps.sh.in: Fix bashism to have a valid bourne-shell script. + * src/plugins/Makefile.am: Ship writefree.glade. + * src/plugins/Makefile.in: Likewise. 2003-09-14 Alex Roitman * src/SourceView.py (button_press,on_add_clicked,on_delete_clicked, diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 79272c701..90e192677 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -66,7 +66,8 @@ GLADEFILES = \ cdexport.glade\ eval.glade\ leak.glade\ - book.glade + book.glade\ + writeftree.glade pkgdatadir = $(datadir)/@PACKAGE@/plugins diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index ba3f10e68..fd2a1a0a2 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -147,10 +147,10 @@ pkgpython_PYTHON = \ WritePkg.py\ WriteCD.py\ rel_ru.py\ - eval.py\ + eval.py\ leak.py\ - SimpleBookTitle.py\ - CustomBookText.py + SimpleBookTitle.py\ + CustomBookText.py GLADEFILES = \ @@ -170,7 +170,8 @@ GLADEFILES = \ cdexport.glade\ eval.glade\ leak.glade\ - book.glade + book.glade\ + writeftree.glade dist_pkgdata_DATA = $(GLADEFILES)