* 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
This commit is contained in:
Alex Roitman 2003-09-16 03:05:02 +00:00
parent 11c7180611
commit 82316ad5cf
3 changed files with 10 additions and 6 deletions

View File

@ -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 <shura@alex.neuro.umn.edu>
* src/SourceView.py (button_press,on_add_clicked,on_delete_clicked,

View File

@ -66,7 +66,8 @@ GLADEFILES = \
cdexport.glade\
eval.glade\
leak.glade\
book.glade
book.glade\
writeftree.glade
pkgdatadir = $(datadir)/@PACKAGE@/plugins

View File

@ -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)