openbsd-ports/x11/eterm/patches/patch-doc_Makefile_in

13 lines
597 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.1 2000/10/30 22:44:01 espie Exp $
--- doc/Makefile.in.orig Mon Oct 30 23:21:15 2000
+++ doc/Makefile.in Mon Oct 30 23:21:33 2000
@@ -253,7 +253,7 @@ Eterm.1: $(top_srcdir)/doc/Eterm.1.in
$(SED) -e 's%@''VERSION''@%$(VERSION)%g' -e 's%@''DATE''@%$(DATE)%g' -e 's%@THEMEDIR@%$(pkgdatadir)/themes%g' $(top_srcdir)/doc/$@.in > $@
Eterm.1.html: Eterm.1
- -nroff -man $< | man2html > $@
+ -nroff -man Eterm.1 | man2html > $@
# 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.