From: Adam Dickmeiss Date: Thu, 8 Jun 2000 13:40:14 +0000 (+0000) Subject: Using a4 instead of letter for postscript. X-Git-Tag: YAZ.1.8~205 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7220998c93de3081e36802fea70524ad6c1768b1;hp=8fd016e2789222e1fb346063b1fe27a33e51a479 Using a4 instead of letter for postscript. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index b3eecd4..09110db 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.7 2000-04-05 09:43:45 adam Exp $ +## $Id: Makefile.am,v 1.8 2000-06-08 13:40:14 adam Exp $ docdir=$(pkgdatadir)/doc @@ -16,13 +16,13 @@ yaz.txt: yaz.sgml sgml2txt -f yaz.sgml yaz.ps: yaz.sgml - sgml2latex -o ps yaz.sgml + sgml2latex -p a4 -o ps yaz.sgml profiles.txt: profiles.sgml sgml2txt -f profiles.sgml profiles.ps: profiles.sgml - sgml2latex -o ps profiles.sgml + sgml2latex -p a4 -o ps profiles.sgml yaz.html: yaz.sgml sgml2html yaz.sgml diff --git a/doc/Makefile.in b/doc/Makefile.in index 1d1aeaa..679a1ca 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -215,13 +215,13 @@ yaz.txt: yaz.sgml sgml2txt -f yaz.sgml yaz.ps: yaz.sgml - sgml2latex -o ps yaz.sgml + sgml2latex -p a4 -o ps yaz.sgml profiles.txt: profiles.sgml sgml2txt -f profiles.sgml profiles.ps: profiles.sgml - sgml2latex -o ps profiles.sgml + sgml2latex -p a4 -o ps profiles.sgml yaz.html: yaz.sgml sgml2html yaz.sgml