texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Sat, 19 Aug 2023 13:27:34 -0400 (EDT)

branch: master
commit 7c5c6f8372c21565dac94c4ce0fa8c52f8a07046
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Aug 19 18:26:54 2023 +0100

    * doc/Makefile.am (refcard/txirefcard.pdf, refcard/txirefcard-a4.pdf):
    Add rules for these files, as they aren't tracked in git any more
    and are needed for make dist.  From Bruno.
---
 ChangeLog       | 6 ++++++
 doc/Makefile.am | 8 +++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 35f37d9b8a..bc07a29f31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-08-19  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * doc/Makefile.am (refcard/txirefcard.pdf, refcard/txirefcard-a4.pdf):
+       Add rules for these files, as they aren't tracked in git any more
+       and are needed for make dist.  From Bruno.
+
 2023-08-19  Gavin Smith <gavinsmith0123@gmail.com>
 
        * contrib/gen-dir-node,
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3d79657ac8..69dc082a6e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
 # Makefile.am for texinfo/doc.
 #
-# Copyright 2002-2019 Free Software Foundation, Inc.
+# Copyright 2002-2023 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -57,6 +57,12 @@ refcard_files = refcard/Makefile refcard/txicmdcheck \
                 refcard/txirefcard-a4.pdf refcard/txirefcard.pdf \
                refcard/txirefcard.tex
 
+refcard/txirefcard.pdf: refcard/txirefcard.tex
+       (cd $(srcdir)/refcard && make)
+
+refcard/txirefcard-a4.pdf: refcard/txirefcard.tex
+       (cd $(srcdir)/refcard && make)
+
 # Include our texinfo.tex, not Automake's.
 EXTRA_DIST = epsf.tex texinfo.tex \
              fdl.texi \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]