Plugins Restructure: Move NarrativeWeb.py plugins into plugins/webreport.

svn: r11649
This commit is contained in:
Brian Matherly
2009-01-17 23:32:20 +00:00
parent bd90c18ed9
commit 451aaee4f4
7 changed files with 53 additions and 25 deletions

View File

@@ -18,6 +18,19 @@ pkgdata_PYTHON = \
pkgpyexecdir = @pkgpyexecdir@/plugins/export
pkgpythondir = @pkgpythondir@/plugins/export
GLADEFILES = \
ExportCsv.glade \
ExportFtree.glade \
ExportGeneWeb.glade \
ExportVCalendar.glade \
ExportVCard.glade
GRAPHICS =
DATAFILES =
dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) $(DATAFILES)
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo