* 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:
parent
30820798bf
commit
a10dd07e32
@ -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,
|
||||
|
@ -66,7 +66,8 @@ GLADEFILES = \
|
||||
cdexport.glade\
|
||||
eval.glade\
|
||||
leak.glade\
|
||||
book.glade
|
||||
book.glade\
|
||||
writeftree.glade
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user