03f47e76fe
changes: -High quality cross-platform print and pdf output by use of cairo -Rotated text, but only with the new "Standard - Ouline" object -Object properties dialog finally does handle multiple objects -Improved text edit mode for consistent handling of the Delete key -A new integrated user interface mode with diagrams in tabs -Almost 200 bugs and feature requests resolved pkgsrc note: the printing problem mentioned in TODO is resolved (some outdated nonsense in options.mk disabled use of "cairo")
13 lines
558 B
Text
13 lines
558 B
Text
$NetBSD: patch-ca,v 1.2 2009/12/09 10:22:04 drochner Exp $
|
|
|
|
--- doc/en/Makefile.in.orig 2009-05-03 20:12:41.000000000 +0200
|
|
+++ doc/en/Makefile.in
|
|
@@ -332,7 +332,7 @@ RESOLUTION = 600
|
|
ENCODING = utf8
|
|
UNICODE = 1
|
|
LATEX_CLASS_OPTIONS = -P 'latex.class.options=oneside'
|
|
-@HAVE_GNOME_FALSE@helpdocdir = $(datadir)/$(docname)/help/$(lang)
|
|
+@HAVE_GNOME_FALSE@helpdocdir = $(datadir)/dia/help/$(lang)
|
|
|
|
# ********** Begin of section some packagers may need to modify **********
|
|
# This variable (helpdocdir) specifies where the documents should be installed.
|