diff options
Diffstat (limited to 'lang/yap/files/patch-Makefile.in')
-rw-r--r-- | lang/yap/files/patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/yap/files/patch-Makefile.in b/lang/yap/files/patch-Makefile.in deleted file mode 100644 index 8fdd7dfb7ac4..000000000000 --- a/lang/yap/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig 2015-07-23 15:33:43 UTC -+++ Makefile.in -@@ -94,7 +94,7 @@ SO=@SO@ - MAKEINFO=makeinfo - TEXI2DVI=texi2dvi - TEXI2HTML=texi2html --TEXI2PDF=texi2pdf -+TEXI2PDF=texi2pdf -b - YAPLIB=@YAPLIB@ - SONAMEFLAG=@SONAMEFLAG@ - -@@ -776,7 +776,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 |