$OpenBSD: patch-doc_man_fr_Makefile_in,v 1.4 2008/08/25 17:55:27 naddy Exp $
--- doc/man/fr/Makefile.in.orig	Sun Aug 24 08:09:03 2008
+++ doc/man/fr/Makefile.in	Mon Aug 25 19:43:52 2008
@@ -440,11 +440,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:
