[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-768
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-768-g564e473 |
Date: |
Fri, 30 Oct 2015 06:26:24 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.1-stable has been updated
via 564e473b9419474fff8ca4282699ce7699a767b5 (commit)
from 1f76d23c6c29d308e3ac63ec20f0ee73946ff27f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=564e473b9419474fff8ca4282699ce7699a767b5
commit 564e473b9419474fff8ca4282699ce7699a767b5
Author: Arnold D. Robbins <address@hidden>
Date: Fri Oct 30 08:25:58 2015 +0200
Fix refcard to always be on letter size paper.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index e424c80..0c507ad 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2015-10-30 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (awkcard.ps): Add options to force paper size
+ to letter. This makes the cut marks come out correctly even
+ if groff's default paper size is a4.
+
2015-10-26 Arnold D. Robbins <address@hidden>
* gawk.1: Put commas outside quoting in regexps to avoid
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e94e0d0..5c585f1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -62,6 +62,7 @@ SEDME2 = sed '/%%Page: 10 10/,/0 Cg EP/d'
CARDSRC = $(srcdir)/macros $(srcdir)/cardfonts $(srcdir)/colors awkcard.tr
CARDSRC_N = $(srcdir)/macros $(srcdir)/cardfonts $(srcdir)/no.colors awkcard.tr
CARDFILES= $(CARDSRC) ad.block awkcard.in setter.outline
+PAPEROPTS= -dpaper=letter -P-pletter
# Use this if your troff can correctly handle macros from 'colors' file
AWKCARD = awkcard.ps
@@ -101,10 +102,10 @@ awkcard.tr: awkcard.in
sed 's:SRCDIR:$(srcdir):' < $(srcdir)/awkcard.in > awkcard.tr
awkcard.ps: $(CARDFILES)
- $(TROFF) $(CARDSRC) | $(SEDME) | cat $(srcdir)/setter.outline - |
$(SEDME2) > awkcard.ps
+ $(TROFF) $(PAPEROPTS) $(CARDSRC) | $(SEDME) | cat
$(srcdir)/setter.outline - | $(SEDME2) > awkcard.ps
awkcard.nc: $(CARDFILES)
- $(TROFF) $(CARDSRC_N) | $(SEDME) | cat $(srcdir)/setter.outline - |
$(SEDME2) > awkcard.ps && touch awkcard.nc
+ $(TROFF) $(PAPEROPTS) $(CARDSRC_N) | $(SEDME) | cat
$(srcdir)/setter.outline - | $(SEDME2) > awkcard.ps && touch awkcard.nc
awkcard.pdf: awkcard.ps
ps2pdf awkcard.ps awkcard.pdf
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 8515b9a..577b477 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -386,6 +386,7 @@ SEDME2 = sed '/%%Page: 10 10/,/0 Cg EP/d'
CARDSRC = $(srcdir)/macros $(srcdir)/cardfonts $(srcdir)/colors awkcard.tr
CARDSRC_N = $(srcdir)/macros $(srcdir)/cardfonts $(srcdir)/no.colors awkcard.tr
CARDFILES = $(CARDSRC) ad.block awkcard.in setter.outline
+PAPEROPTS = -dpaper=letter -P-pletter
# Use this if your troff can correctly handle macros from 'colors' file
AWKCARD = awkcard.ps
@@ -906,10 +907,10 @@ awkcard.tr: awkcard.in
sed 's:SRCDIR:$(srcdir):' < $(srcdir)/awkcard.in > awkcard.tr
awkcard.ps: $(CARDFILES)
- $(TROFF) $(CARDSRC) | $(SEDME) | cat $(srcdir)/setter.outline - |
$(SEDME2) > awkcard.ps
+ $(TROFF) $(PAPEROPTS) $(CARDSRC) | $(SEDME) | cat
$(srcdir)/setter.outline - | $(SEDME2) > awkcard.ps
awkcard.nc: $(CARDFILES)
- $(TROFF) $(CARDSRC_N) | $(SEDME) | cat $(srcdir)/setter.outline - |
$(SEDME2) > awkcard.ps && touch awkcard.nc
+ $(TROFF) $(PAPEROPTS) $(CARDSRC_N) | $(SEDME) | cat
$(srcdir)/setter.outline - | $(SEDME2) > awkcard.ps && touch awkcard.nc
awkcard.pdf: awkcard.ps
ps2pdf awkcard.ps awkcard.pdf
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 6 ++++++
doc/Makefile.am | 5 +++--
doc/Makefile.in | 5 +++--
3 files changed, 12 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-768-g564e473,
Arnold Robbins <=