freebsd-ports/print/abc2mtex/files/patch-tex.c
Joerg Wunsch 61a90bd369 Changed my mind regarding the place where to install the docs: this
now all goes below ${PREFIX}/share/texmf/, so to conform with other
TeX ports.

Need to install header.tex, though i rather decided to rename that file
while installing.

Now it's ready to go. ;-)
2001-05-28 20:47:15 +00:00

11 lines
372 B
C

--- tex.c.orig Mon Jan 13 15:04:40 1997
+++ tex.c Mon May 28 22:34:57 2001
@@ -65,7 +65,7 @@
} else (void) fprintf(Out,"\\def\\abcmusix{N}\n");
if (settings.mine)
(void) fprintf(Out,"\\input dscgrphy\n");
- (void) fprintf(Out,"\\input header\n%%\n");
+ (void) fprintf(Out,"\\input %s\n%%\n", HEADER);
if (musix == 1) (void) fprintf(Out,"\\startmuflex%%\n");
}