[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1569-gf6f299
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1569-gf6f299f |
Date: |
Wed, 04 Nov 2015 19:24:58 +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, master has been updated
via f6f299f82d3c9c9a9cd8275869628667f87ecf2f (commit)
from fe9e80c857dda9d3903efe6f542f0bc5bb6f3c7c (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=f6f299f82d3c9c9a9cd8275869628667f87ecf2f
commit f6f299f82d3c9c9a9cd8275869628667f87ecf2f
Author: Arnold D. Robbins <address@hidden>
Date: Wed Nov 4 21:24:37 2015 +0200
Don't try to make igawk.1.pdf in doc.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 3750304..045a0ad 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-04 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (pdf-local): Remove igawk.1.pdf. Ooops.
+
2015-10-30 Arnold D. Robbins <address@hidden>
* Makefile.am (awkcard.ps): Add options to force paper size
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c205513..5eefaad 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -78,7 +78,7 @@ gawk.texi: $(srcdir)/gawktexi.in $(srcdir)/sidebar.awk
postscript: gawk.ps gawkinet.ps gawk.1.ps $(AWKCARD)
-pdf-local: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf
+pdf-local: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf
gawk.ps: gawk.dvi
TEXINPUTS=$(srcdir): dvips -o gawk.ps gawk.dvi
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 79fef6c..2fa1fac 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -883,7 +883,7 @@ gawk.texi: $(srcdir)/gawktexi.in $(srcdir)/sidebar.awk
postscript: gawk.ps gawkinet.ps gawk.1.ps $(AWKCARD)
-pdf-local: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf
+pdf-local: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf
gawk.ps: gawk.dvi
TEXINPUTS=$(srcdir): dvips -o gawk.ps gawk.dvi
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 4 ++++
doc/Makefile.am | 2 +-
doc/Makefile.in | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1569-gf6f299f,
Arnold Robbins <=