openbsd-ports/editors/nano/patches/patch-doc_man_Makefile_in
2008-08-25 17:55:27 +00:00

19 lines
680 B
Plaintext

$OpenBSD: patch-doc_man_Makefile_in,v 1.4 2008/08/25 17:55:27 naddy Exp $
--- doc/man/Makefile.in.orig Sun Aug 24 08:09:03 2008
+++ doc/man/Makefile.in Mon Aug 25 19:43:52 2008
@@ -599,11 +599,11 @@ uninstall-man: uninstall-man1 uninstall-man5
nano.1.html: nano.1
- groff -t -mandoc -Thtml < $< > $@
+ groff -t -mandoc -Thtml < $? > $@
nanorc.5.html: nanorc.5
- groff -t -mandoc -Thtml < $< > $@
+ groff -t -mandoc -Thtml < $? > $@
rnano.1.html: rnano.1
- groff -t -mandoc -Thtml < $< > $@
+ groff -t -mandoc -Thtml < $? > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: