3dbb7fb714
Provided in PR 12584 by Ben Collver (collver@linuxfreemail.com). troffcvt is a translator that turns troff input into a form that can be more easily processed. The troffcvt distribution comes with postprocessors that turn troffcvt into various destination formats such as HTML (Hypertext Markup Language), RTF (Rich Text Format) or plain text.
14 lines
384 B
Text
14 lines
384 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2001/04/27 12:27:06 agc Exp $
|
|
|
|
--- man/Makefile.orig Sun Apr 8 20:32:21 2001
|
|
+++ man/Makefile Sun Apr 8 20:33:12 2001
|
|
@@ -325,7 +325,8 @@
|
|
all:: troffcvt.man
|
|
troffcvt.man:: troffcvt.msub
|
|
$(RM) $@
|
|
- $(MSUB) troffcvt.msub > $@
|
|
+ $(SED) <troffcvt.msub > $@ "s|\$$(PROJLIBDIR)|$(PROJLIBDIR)|"
|
|
+# $(MSUB) troffcvt.msub > $@
|
|
|
|
clean::
|
|
$(RM) troffcvt.man
|