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