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")
19 lines
546 B
Text
19 lines
546 B
Text
$NetBSD: patch-da,v 1.3 2009/12/09 10:22:04 drochner Exp $
|
|
|
|
--- omf.make.orig 2009-04-17 10:25:24.000000000 +0200
|
|
+++ omf.make
|
|
@@ -44,11 +44,10 @@ omf_timestamp: $(omffile)
|
|
|
|
install-data-hook-omf:
|
|
$(mkinstalldirs) $(omf_dest_dir)
|
|
- -if test -n "$(omffile)"; then \
|
|
- for file in $(omffile); do \
|
|
+ omffile="$(omffile)"; \
|
|
+ for file in $$omffile; do \
|
|
$(INSTALL_DATA) $$file.out $(omf_dest_dir)/$$file; \
|
|
- done; \
|
|
- fi
|
|
+ done;
|
|
-scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(omf_dest_dir)
|
|
|
|
uninstall-local-omf:
|