#! /bin/sh /usr/share/dpatch/dpatch-run
## paths-in-example-makefiles.dpatch by Rafael Laboissiere <rafael@debian.org>
##
## DP: Change paths in TMEXPAND and MACRODIR make variales such that the
## DP: Makefiles in examples/ and examples/web worked for the installed
## DP: package
@DPATCH@
--- tmexpand-0.1.2.0.orig/doc/examples/web/Makefile
+++ tmexpand-0.1.2.0/doc/examples/web/Makefile
@@ -1,7 +1,7 @@
# -*- sh -*-
-TMEXPAND = ../../bin/tmexpand
-MACRODIR = ../../macros
+TMEXPAND = /usr/bin/tmexpand
+MACRODIR = /usr/share/tmexpand/macros
TMFILES = index.tm other.tm
--- tmexpand-0.1.2.0.orig/doc/examples/Makefile
+++ tmexpand-0.1.2.0/doc/examples/Makefile
@@ -1,5 +1,5 @@
-TMEXPAND = ../bin/tmexpand
-MACRODIR = ../macros
+TMEXPAND = /usr/bin/tmexpand
+MACRODIR = /usr/share/tmexpand/macros
TMFILES = help.tm