- Fix docs build after texlive upgrade

- Fix build without docs
This commit is contained in:
Danilo Egea Gondolfo 2015-07-23 16:22:28 +00:00
parent e176f9559a
commit 7c74813bd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392738
4 changed files with 42 additions and 2 deletions

View file

@ -38,7 +38,7 @@ STRIP= #none
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-max-performance --disable-clpbn-bp
USES= gmake shebangfix
USES= gmake libarchive readline shebangfix
SHEBANG_FILES= packages/http/examples/demo_inetd
SHEBANG_LANG= swipl
swipl_OLD_CMD= /usr/bin/swipl

View file

@ -0,0 +1,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

View file

@ -23,7 +23,7 @@ DOCS_INSTALL_TARGET= install install_docs
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-max-performance
USES= gmake
USES= gmake readline
USE_GCC= any
DOCSDIR= ${PREFIX}/share/doc/Yap

View file

@ -0,0 +1,20 @@
--- 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