groff-commit
[Top][All Lists]
Advanced

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

[groff] 18/18: doc/doc.am: Add groff.{dvi,pdf} to dist archive.


From: G. Branden Robinson
Subject: [groff] 18/18: doc/doc.am: Add groff.{dvi,pdf} to dist archive.
Date: Thu, 7 Apr 2022 01:29:28 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 7ec8fda03a94b4aced7e59728539b72f74ce04ca
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Apr 6 02:31:58 2022 +1000

    doc/doc.am: Add groff.{dvi,pdf} to dist archive.
    
    * doc/doc.am (EXTRA_DIST): Add "groff.dvi" and "groff.pdf" to ensure
      that the GNU-released groff distribution archive contains our Texinfo
      manual in these formats.  (This doesn't increase the build-dependency
      requirements unless you want to "make dist", in which case it
      _should_.)
---
 ChangeLog  | 8 ++++++++
 doc/doc.am | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 1ed6d960..96942214 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-04-07  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * doc/doc.am (EXTRA_DIST): Add "groff.dvi" and "groff.pdf" to
+       ensure that the GNU-released groff distribution archive contains
+       our Texinfo manual in these formats.  (This doesn't increase the
+       build-dependency requirements unless you want to "make dist", in
+       which case it _should_.)
+
 2022-04-06  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [ms]: Add nroff mode fallback for `UL` macro.
diff --git a/doc/doc.am b/doc/doc.am
index 1f405cfe..f7078e63 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -554,6 +554,9 @@ MAINTAINERCLEANFILES += doc/groff.html doc/groff.html.node
        $(MAKEINFO) --html -I $(doc_srcdir) --no-split \
          -o $@ $<
 
+# The distribution archive gets these formats too; TeX is required.
+EXTRA_DIST += doc/groff.dvi doc/groff.pdf
+
 # GNU Make has a built-in variable TEXI2DVI, but that is not true of
 # all 'make' implementations.  As it defaults to 'texi2dvi', we (at
 # worst) harmlessly redefine it here.



reply via email to

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