groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/46: - Distribution of all the missing the files in the top-le


From: Bertrand Garrigues
Subject: [groff] 02/46: - Distribution of all the missing the files in the top-level directory, except test-groff.in which will be treated later with the tests.
Date: Sun, 05 Oct 2014 22:30:48 +0000

bgarrigues pushed a commit to branch automake3
in repository groff.

commit c2501bb23da7bdb46808bc566a7c12260f28ebfc
Author: Bertrand Garrigues <address@hidden>
Date:   Fri Aug 15 12:59:53 2014 +0200

    - Distribution of all the missing the files in the top-level
      directory, except test-groff.in which will be treated later with the
      tests.
    
    - Test to compare the result of 'make dist' with the git source tree.
---
 Makefile.am |   24 ++++++++++++++++++++++++
 TESTS       |   38 ++++++++++++++++++++++++++++++++++----
 2 files changed, 58 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e642ad4..d41c5ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -512,3 +512,27 @@ man7_MANS =
 # source directory.
 
 include $(top_srcdir)/lib/gnulib.mk
+
+# Other files that should be present in the distribution tarball.
+EXTRA_DIST += \
+  BUG-REPORT \
+  ChangeLog.115 \
+  ChangeLog.116 \
+  ChangeLog.117 \
+  ChangeLog.118 \
+  ChangeLog.119 \
+  ChangeLog.120 \
+  ChangeLog.121 \
+  FDL \
+  FOR-RELEASE \
+  gendef.sh \
+  INSTALL.REPO \
+  INSTALL.extra \
+  INSTALL.gen \
+  LICENSES \
+  MANIFEST \
+  mdate.sh \
+  MORE.STUFF \
+  PROBLEMS \
+  PROJECTS \
+  README.MinGW
diff --git a/TESTS b/TESTS
index eeb3f41..8c0163b 100644
--- a/TESTS
+++ b/TESTS
@@ -56,11 +56,41 @@ The following files remains (this is expected):
   - src/include/stamp-h1
 
 2.3 make dist
-  
-  - groff-1.22.2.tar.gz is generated
 
-TODO
-----
+  groff-1.22.2.tar.gz is generated
+
+  - Files/directories that are not distributed on purpose:
+    .gitignore
+    .gitmodules
+    bootstrap
+    bootstrap.conf
+    gnulib/
+    README.git
+    TESTS
+
+  - Missing files/directories (TODO):
+    arch/
+    contrib/
+    doc/
+    font/
+    man/
+    src/* (except include)
+    tmac
+    test-groff.in
+
+  - Files/directories not present in the git tree that are
+    distributed:
+    build-aux/
+    gnulib_m4/
+    lib/
+    src/include/config.hin
+    INSTALL
+    Makefile.in
+    aclocal.m4
+    configure   
+
+Notes
+-----
 
   - Gnulib: some files of src/libs/libgroff could be replaced by their
     gnulib equivalent



reply via email to

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