* src/docgen/LPRDoc.py (draw_path,draw_bar): Fill, then stroke.

* src/DbPrompter.py: Change file filter name.

* src/Report.py (doc_type_changed): Deal with empty extensions.
* src/docgen/AsciiDoc.py (add_photo): Add method;
(end_row): Inlcude last cell into proper formatting.
* src/GedcomInfo.py: Properly import expat.ParserCreate class.
* src/TipOfDay.py: Properly import expat.ParserCreate class.
* src/RecentFiles.py: Properly import expat.ParserCreate class.
* src/ReadXML.py: Properly import expat.* classes.
* doc/gramps-manual/C/usage.xml: Update.
* doc/gramps-manual/C/usage.xml: Update.
* doc/xmldocs.make: Switch Makefile from CLEANFILES to DISTCLEANFILES.
* src/Makefile.am: Add const.pyc and const.pyo to CLEANFILES.


svn: r4051
This commit is contained in:
Alex Roitman
2005-02-19 00:49:49 +00:00
parent 76e78eda94
commit 694c982800
10 changed files with 189 additions and 77 deletions

View File

@@ -1,3 +1,4 @@
# $Id$
#
# No modifications of this Makefile should be necessary.
#
@@ -43,7 +44,8 @@ xml_files = $(entities) $(docname).xml
omf_dir=$(top_srcdir)/omf-install
EXTRA_DIST = $(xml_files) $(omffile)
CLEANFILES = omf_timestamp Makefile
CLEANFILES = omf_timestamp
DISTCLEANFILES = Makefile
include $(top_srcdir)/doc/omf.make
@@ -61,6 +63,7 @@ distclean-hook:
then \
rm -f $(entities); \
fi
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
app-dist-hook: