summaryrefslogtreecommitdiff
path: root/audio/emms/files/patch-doc_Makefile
blob: 3c8e6b3b41761896df763f4d00f9e3ebfaad9901 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- doc/Makefile.orig	2018-01-06 17:09:29 UTC
+++ doc/Makefile
@@ -7,7 +7,7 @@ clean:
 	rm -f *.info
 
 %.info: %.texinfo
-	makeinfo --no-split $<
+	${LOCALBASE}/bin/makeinfo --no-split $<
 
 %.html: %.texinfo
-	makeinfo --html --no-split $<
+	${LOCALBASE}/bin/makeinfo --html --no-split $<