diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-01 14:51:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-01 14:51:44 +0000 |
commit | 611e0f098c5585be72a8156abc3bbcc783d2c824 (patch) | |
tree | 477e87f9315c60abfcf34a139badf5e34b2772a3 | |
parent | f4b893dfb61937507dd84071b7e247967123de00 (diff) |
add paper.txt target;
-rw-r--r-- | lib/libocurses/PSD.doc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libocurses/PSD.doc/Makefile b/lib/libocurses/PSD.doc/Makefile index 2ab371e08c0..14dcd095552 100644 --- a/lib/libocurses/PSD.doc/Makefile +++ b/lib/libocurses/PSD.doc/Makefile @@ -28,6 +28,9 @@ VFONT= /usr/libexec/vfontedpr paper.ps: ${SRCS} soelim ${SRCS} | ${ROFF} > ${.TARGET} +paper.txt: ${SRCS} + soelim ${SRCS} | ${ROFF} -Tascii > ${.TARGET} + Master: twinkle1.gr ex1.gr ex2.gr fns.doc intro.5 intro.2.tbl intro.0 intro.1 \ intro.3 intro.4 intro.6 macros c_macros |