Module Name: src Committed By: christos Date: Fri Apr 5 23:05:04 UTC 2024
Modified Files: src/distrib/notes: Makefile.inc Log Message: specify the paper size for PostScript To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/distrib/notes/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/notes/Makefile.inc diff -u src/distrib/notes/Makefile.inc:1.59 src/distrib/notes/Makefile.inc:1.60 --- src/distrib/notes/Makefile.inc:1.59 Thu Nov 16 13:06:05 2023 +++ src/distrib/notes/Makefile.inc Fri Apr 5 19:05:04 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.59 2023/11/16 18:06:05 christos Exp $ +# $NetBSD: Makefile.inc,v 1.60 2024/04/05 23:05:04 christos Exp $ # # Ross Harvey <r...@netbsd.org> @@ -71,7 +71,7 @@ PRESET+= -dcur_date="${curdate}" POST_PLAIN= -P-b -P-u -P-o -ARGS_PS= ${PRESET} -dformat=PostScript +ARGS_PS= ${PRESET} -dformat=PostScript ${ROFF_PAGESIZE} ARGS_TXT= ${PRESET} -dformat=ASCII ${POST_PLAIN} -Tascii -mtty-char ARGS_HTML= ${PRESET} -dformat=HTML ${POST_PLAIN} -Tlatin1 -ww ARGS_MORE= ${PRESET} -dformat=more -P-h -Tascii -mtty-char