summaryrefslogtreecommitdiffstats
path: root/lang/yap-devel/files/patch-Makefile.in
blob: 4802950c3c4b9a0ecbe137ec38881591c0402a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.in.orig	2015-07-23 15:50:49 UTC
+++ Makefile.in
@@ -94,7 +94,7 @@ SO=@SO@
 MAKEINFO=makeinfo
 TEXI2DVI=texi2dvi
 TEXI2HTML=texi2html
-TEXI2PDF=texi2pdf
+TEXI2PDF=texi2pdf -b
 YAPLIB=@YAPLIB@
 SONAMEFLAG=@SONAMEFLAG@
 
@@ -1015,7 +1015,7 @@ yap.ps:  $(YAPDOCS)
 pdf: yap.pdf
 
 yap.pdf:  $(YAPDOCS)
-	$(TEXI2PDF) $(srcdir)/docs/yap.tex
+	-$(TEXI2PDF) $(srcdir)/docs/yap.tex
 
 clean_docs:
 	rm -f *.aux *.ca *.cas *.cn *.cns *.cp *.cps *.cy *.cys *.dvi *.fn *.fns *.ky *.log *.sa *.sas *.sn *.sns *.sy *.sys *~ *.tp *.vr *.toc *.pg
OpenPOWER on IntegriCloud