#! /bin/sh /usr/share/dpatch/dpatch-run ## 01_hyphen_tex_from_TeXLive.dpatch by Rene Engelhard ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: hyphen.tex comes from TeXLive so we can use it directly from there @DPATCH@ diff -urNad hyphen-2.4~/Makefile.am hyphen-2.4/Makefile.am --- hyphen-2.4~/Makefile.am 2008-05-07 20:45:18.000000000 +0200 +++ hyphen-2.4/Makefile.am 2008-05-07 20:46:42.000000000 +0200 @@ -23,7 +23,7 @@ COPYING.MPL COPYING.LGPL hyph_en_US.dic hyphen.us3: - cp -f $(srcdir)/hyphen.tex hyphen.us + cp -f /usr/share/texmf-texlive/tex/generic/hyphen/hyphen.tex hyphen.us patch < $(srcdir)/hyphen.patch $(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2 cat hyphen.us hyphen.us2 >hyphen.us3 diff -urNad hyphen-2.4~/Makefile.in hyphen-2.4/Makefile.in --- hyphen-2.4~/Makefile.in 2008-05-07 20:45:18.000000000 +0200 +++ hyphen-2.4/Makefile.in 2008-05-07 20:46:26.000000000 +0200 @@ -794,7 +794,7 @@ hyphen.us3: - cp -f $(srcdir)/hyphen.tex hyphen.us + cp -f /usr/share/texmf-texlive/tex/generic/hyphen/hyphen.tex hyphen.us patch < $(srcdir)/hyphen.patch $(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2 cat hyphen.us hyphen.us2 >hyphen.us3