by Julian Stacey jhs@._ERASE_.berklix Allow rest of world to over ride by environment variable the default page size (which I've left American) ( Note you'll need to run a "make clean;make" if you set or change the PAGE environment variable, as sub directories depend on this, but have not specified that dependency. ) *** 4.5-RELEASE/src/gnu/usr.bin/groff/Makefile.inc Thu Apr 26 19:07:53 2001 --- new/src/gnu/usr.bin/groff/Makefile.inc Wed Mar 27 16:59:09 2002 *************** *** 3,12 **** BINDIR?= /usr/bin SHELL= /bin/sh ! # Define `page' to be letter if your PostScript printer uses 8.5x11 ! # paper (USA) and define it to be A4, if it uses A4 paper (rest of the # world). ! PAGE=letter # Normally the Postscript driver, grops, produces output that conforms # to version 3.0 of the Adobe Document Structuring Conventions. --- 3,12 ---- BINDIR?= /usr/bin SHELL= /bin/sh ! # Define `PAGE' to be `letter' if your PostScript printer uses 8.5x11 ! # paper (USA) and define it to be `A4', if it uses A4 paper (rest of the # world). ! PAGE?=letter # Normally the Postscript driver, grops, produces output that conforms # to version 3.0 of the Adobe Document Structuring Conventions.