Module Name: src Committed By: christos Date: Fri Apr 5 23:06:32 UTC 2024
Modified Files: src/share/doc/standards/xopen: Makefile Log Message: spacify the paper size for PostScript To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/doc/standards/xopen/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/doc/standards/xopen/Makefile diff -u src/share/doc/standards/xopen/Makefile:1.5 src/share/doc/standards/xopen/Makefile:1.6 --- src/share/doc/standards/xopen/Makefile:1.5 Fri Aug 1 13:04:01 2003 +++ src/share/doc/standards/xopen/Makefile Fri Apr 5 19:06:32 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/08/01 17:04:01 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2024/04/05 23:06:32 christos Exp $ DOCS= xcu5 .for i in ${DOCS} @@ -7,7 +7,7 @@ TARGS+= ${i}.ps ${i}.txt ${i}.html ${i}. POST_PLAIN= -P-b -P-u -P-o -Tascii -ARGS_PS= ${GFLAGS} -dformat=PostScript +ARGS_PS= ${GFLAGS} -dformat=PostScript ${ROFF_PAGESIZE} ARGS_TXT= ${GFLAGS} -dformat=ASCII ${POST_PLAIN} ARGS_HTML= ${GFLAGS} -dformat=HTML ${POST_PLAIN} -ww ARGS_MORE= ${GFLAGS} -dformat=more -P-h -Tascii