2006-10-07 14:14:18 +02:00
|
|
|
$NetBSD: patch-ad,v 1.4 2006/10/07 12:14:18 markd Exp $
|
2005-10-09 14:33:58 +02:00
|
|
|
|
2006-10-07 14:14:18 +02:00
|
|
|
--- developer-doc/phb/Makefile.in.orig 2006-05-15 10:21:38.000000000 -0400
|
|
|
|
+++ developer-doc/phb/Makefile.in 2006-07-04 23:28:49.000000000 -0400
|
|
|
|
@@ -511,9 +511,9 @@ all: $(TARGETS) $(PDF_TARGET)
|
2005-10-09 14:33:58 +02:00
|
|
|
|
|
|
|
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; \
|
2006-10-07 14:14:18 +02:00
|
|
|
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; \
|
2005-10-09 14:33:58 +02:00
|
|
|
fi
|
|
|
|
|
|
|
|
# if we're in a VPATH environment, we need to copy all files over
|