From c49e80c5545058ba83fc86ebc367f2f930c93050 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 16 Jan 2008 13:57:01 +0000 Subject: [PATCH] 2008-01-16 Douglas S. Blank * src/plugins/Makefile.am (pkgdata_PYTHON): missing backslash svn: r9846 --- ChangeLog | 3 +++ src/plugins/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0473d7845..4f18835bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-01-16 Douglas S. Blank + * src/plugins/Makefile.am (pkgdata_PYTHON): missing backslash + 2008-01-16 Martin Hawlisch * src/DataViews/PersonView.py, * src/PageView.py: Use save instead of open in the csv export file chooser diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index fa2fc572f..5e2507980 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -85,7 +85,7 @@ pkgdata_PYTHON = \ Summary.py\ TimeLine.py\ Verify.py\ - WebCal.py + WebCal.py\ WriteFtree.py\ WriteGeneWeb.py\ WritePkg.py\