texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * js/Makefile.am (EXTRA_DIST): Do not distribute


From: Gavin D. Smith
Subject: branch master updated: * js/Makefile.am (EXTRA_DIST): Do not distribute 'examples' directory. This shrinks .tar.xz file from 5.9 MB to 5.5 MB.
Date: Tue, 25 Oct 2022 15:46:39 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 140f0638e4 * js/Makefile.am (EXTRA_DIST): Do not distribute 'examples' 
directory.  This shrinks .tar.xz file from 5.9 MB to 5.5 MB.
140f0638e4 is described below

commit 140f0638e41101ce3ed061c563ab10faf587ab78
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Oct 25 20:46:31 2022 +0100

    * js/Makefile.am (EXTRA_DIST): Do not distribute 'examples'
    directory.  This shrinks .tar.xz file from 5.9 MB to 5.5 MB.
---
 ChangeLog      | 5 +++++
 js/Makefile.am | 5 +++--
 js/README      | 2 ++
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7c05e80483..3c27b1ed19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-10-25  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * js/Makefile.am (EXTRA_DIST): Do not distribute 'examples'
+       directory.  This shrinks .tar.xz file from 5.9 MB to 5.5 MB.
+
 2022-10-25  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * tp/tests/formatting/an_ïmage.png: Shrink image to reduce
diff --git a/js/Makefile.am b/js/Makefile.am
index 7b10483c54..ccc9848d5e 100644
--- a/js/Makefile.am
+++ b/js/Makefile.am
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2017-2018  Free Software Foundation, Inc.
+# Copyright (C) 2017-2022  Free Software Foundation, Inc.
 #
 # This file is part of GNU Texinfo.
 #
@@ -82,7 +82,8 @@ examples_src = \
   examples/kawa \
   kawa.css
 
-EXTRA_DIST += $(examples_src)
+# Do not distribute the examples as they take up too much space
+#EXTRA_DIST += $(examples_src)
 
 
 hello_extra_head = '<link rel="stylesheet" type="text/css" 
href="info.css"/><script src="modernizr.js" 
type="text/javascript"></script><script src="info.js" 
type="text/javascript"></script>'
diff --git a/js/README b/js/README
index 7947446631..4f7fc8f577 100644
--- a/js/README
+++ b/js/README
@@ -5,6 +5,8 @@ See 
https://www.gnu.org/software/soc-projects/ideas-2017.html#texinfo
 and http://mathieu.lirzin.emi.u-bordeaux.fr/categories/gsoc/ for some
 background information.
 
+The example manuals are in the git repository.
+
 Running "make examples" used to build the provided examples, but
 now you can use INFO_JS_DIR instead - see the Texinfo manual.
 



reply via email to

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