$OpenBSD: patch-doc_man_Makefile_in,v 1.3 2007/04/08 20:32:23 naddy Exp $
--- doc/man/Makefile.in.orig	Fri Apr  6 14:55:40 2007
+++ doc/man/Makefile.in	Sun Apr  8 22:28:22 2007
@@ -592,11 +592,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:
