From 248e96dff865a20915dcee81968b54c34354af74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 6 Jan 2008 13:14:25 +0000 Subject: [PATCH] 2008-01-06 Jerome Rapinat * src/docgen/Makefile.am: gtkprintpreview.glade was not pasted on install svn: r9724 --- ChangeLog | 3 +++ src/docgen/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4e17f48d3..93458054b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-01-06 Jerome Rapinat + * src/docgen/Makefile.am: gtkprintpreview.glade was not pasted on install + 2008-01-06 Douglas S. Blank * src/DataViews/MyGrampsView.py (MyGrampsView.clear_gadgets): Protect on re-columning from gadgets that have been removed diff --git a/src/docgen/Makefile.am b/src/docgen/Makefile.am index 76f378ec2..f51273198 100644 --- a/src/docgen/Makefile.am +++ b/src/docgen/Makefile.am @@ -22,7 +22,7 @@ docgen_PYTHON = \ TextBufDoc.py \ GtkPrint.py -dist_pkgdata_DATA = \ +docgen_DATA = \ gtkprintpreview.glade # Clean up all the byte-compiled files