350d05c45e
Provided in PR 12583 by Ben Collver (collver@linuxfreemail.com). This distribution contains source and documentation for an RTF (Rich Text Format) translation tool. Translators exist to produce plaintext and troff output.
22 lines
700 B
Text
22 lines
700 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2001/04/27 12:18:33 agc Exp $
|
|
|
|
--- rtf2troff/Makefile.orig Sun Apr 8 13:16:06 2001
|
|
+++ rtf2troff/Makefile Sun Apr 8 13:18:24 2001
|
|
@@ -381,7 +381,8 @@
|
|
rtf2groff:: rtf2groff.sh
|
|
$(RM) $@
|
|
echo "#!"$(SHELL) > $@
|
|
- $(MSUB) rtf2groff.sh >> $@
|
|
+ $(CAT) rtf2groff.sh >> $@
|
|
+# $(MSUB) rtf2groff.sh >> $@
|
|
$(CHMOD) a+x $@
|
|
|
|
clean::
|
|
@@ -444,7 +445,6 @@
|
|
# DO NOT DELETE
|
|
|
|
trf-unix.o: /usr/include/stdio.h /usr/include/sys/types.h
|
|
-trf-unix.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
|
|
trf-unix.o: /usr/include/ctype.h .././h/rtf.h .././h/rtf-unix.h rtf2troff.h
|
|
trf-writer.o: /usr/include/stdio.h /usr/include/ctype.h .././h/rtf.h
|
|
trf-writer.o: rtf2troff.h
|