[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/refcard/Makefile.am (pdf-local): use pdf-lo
From: |
Patrice Dumas |
Subject: |
branch master updated: * doc/refcard/Makefile.am (pdf-local): use pdf-local instead of all for the txirefcard target, to avoid depending on tex being installed when building from development sources. |
Date: |
Wed, 24 Jan 2024 04:12:06 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 550a53aace * doc/refcard/Makefile.am (pdf-local): use pdf-local
instead of all for the txirefcard target, to avoid depending on tex being
installed when building from development sources.
550a53aace is described below
commit 550a53aace722a76535b957a157bff725a37130f
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 24 10:11:48 2024 +0100
* doc/refcard/Makefile.am (pdf-local): use pdf-local instead of all
for the txirefcard target, to avoid depending on tex being installed
when building from development sources.
---
ChangeLog | 6 ++++++
doc/refcard/Makefile.am | 2 +-
tp/TODO | 10 ++++++++++
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index f9a64e556b..ad3dbe1492 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-23 Patrice Dumas <pertusus@free.fr>
+
+ * doc/refcard/Makefile.am (pdf-local): use pdf-local instead of all
+ for the txirefcard target, to avoid depending on tex being installed
+ when building from development sources.
+
2024-01-23 Gavin Smith <gavinsmith0123@gmail.com>
* tp/Texinfo/Translations.pm (gdt_string_encoded): Remove now
diff --git a/doc/refcard/Makefile.am b/doc/refcard/Makefile.am
index 8183ebb28c..aba43168c9 100644
--- a/doc/refcard/Makefile.am
+++ b/doc/refcard/Makefile.am
@@ -17,7 +17,7 @@ EXTRA_DIST = $(refcard_files)
doc = txirefcard
-all: $(doc).pdf $(doc)-a4.pdf
+pdf-local: $(doc).pdf $(doc)-a4.pdf
# trying to get it work with pdftex isn't worth the trouble.
$(doc).pdf: $(srcdir)/$(doc).tex
diff --git a/tp/TODO b/tp/TODO
index 5a21919983..5c9d8ad358 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -630,6 +630,16 @@ defvr (defvar, defopt), deftypevr (deftypevar)
deftp
+Solaris 11
+==========
+
+cpan Data::Compare
+
+# recent Test::Deep requires perl 5.12
+cpan> o conf urllist push http://backpan.perl.org/
+cpan RJBS/Test-Deep-1.127.tar.gz
+
+
Misc notes
==========
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/refcard/Makefile.am (pdf-local): use pdf-local instead of all for the txirefcard target, to avoid depending on tex being installed when building from development sources.,
Patrice Dumas <=