opnsense-ports/editors/slime/files/patch-doc-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
473 B
Text

--- doc/Makefile.orig 2014-10-07 19:28:38.000000000 -0700
+++ doc/Makefile 2014-10-07 19:29:45.000000000 -0700
@@ -35,13 +35,13 @@
dvips -o $@ $<
slime.info: $(TEXI)
- makeinfo $<
+ /usr/local/bin/texi2any $<
slime.html: $(TEXI)
texi2html --css-include=slime.css $<
html/index.html: $(TEXI)
- makeinfo -o html --css-include=slime.css --html $<
+ /usr/local/bin/texi2any -o html --css-include=slime.css --html $<
html.tgz: html/index.html
tar -czf $@ html