freebsd-ports/textproc/yodl/files/patch-icmake__manual
Muhammad Moinur Rahman 1b8baa87c5 textproc/yodl: Update version 3.05.00=>3.05.01
- Convert patch files to 'make makepatch' compatible
2015-05-26 08:31:03 +00:00

10 lines
324 B
Text

--- icmake/manual.orig 2014-12-30 21:34:00 UTC
+++ icmake/manual
@@ -32,6 +32,7 @@ void _manual(string conversion, int useP
if (conversion == "latex")
{
+ run("cp " + g_wip + "/macros/xlatin1.tex " + g_install + DOCDOC);
chdir(g_install + DOCDOC);
runP(P_NOCHECK, "latex yodl.latex");