mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
1022 B
Plaintext
17 lines
1022 B
Plaintext
$NetBSD: patch-ad,v 1.5 2009/09/02 10:05:52 wiz Exp $
|
|
|
|
--- developer-doc/phb/Makefile.in.orig 2009-02-24 02:13:54.000000000 -0500
|
|
+++ developer-doc/phb/Makefile.in 2009-05-23 13:17:59.000000000 -0400
|
|
@@ -499,9 +499,9 @@ all: $(TARGETS) $(PDF_TARGET)
|
|
|
|
phb.html: $(DOCBOOK_FILES)
|
|
@if test -e $(MEINPROC); then \
|
|
- echo $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook -o phb.html; \
|
|
+ echo $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/kde/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook -o phb.html; \
|
|
echo sed -i "s/ISO-8859-1/UTF-8/g" phb.html; \
|
|
- $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook --stdout | sed "s/ISO-8859-1/UTF-8/g" > phb.html; \
|
|
+ $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/kde/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook --stdout | sed "s/ISO-8859-1/UTF-8/g" > phb.html; \
|
|
fi
|
|
|
|
preview: phb.html
|