Title handling

svn: r1328
This commit is contained in:
Don Allingham
2003-03-07 02:21:18 +00:00
parent 368378119d
commit b6fe29b4d8
30 changed files with 1995 additions and 1612 deletions

View File

@@ -1,6 +1,20 @@
# This is the src/docgen level Makefile for Gramps
# Use GNU make's ':=' syntax for nice wildcard use.
# If not using GNU make, then list all .py files individually
pkgpython_PYTHON := ${wildcard *.py}
pkgpython_PYTHON = \
AbiWordDoc.py\
HtmlDoc.py\
KwordDoc.py\
LaTeXDoc.py\
OpenDrawDoc.py\
OpenOfficeDoc.py\
OpenSpreadSheet.py\
PdfDoc.py\
PdfDrawDoc.py\
PSDrawDoc.py\
RTFDoc.py\
SvgDrawDoc.py
pkgpyexecdir = @pkgpyexecdir@/docgen
pkgpythondir = @pkgpythondir@/docgen