summaryrefslogtreecommitdiff
path: root/textproc/yodl/files/patch-icmake__manual
blob: a7570e4ef9521f7ba1bba6c9705c61ec44d9a4f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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");