[gspell] build: add more top-level files to EXTRA_DIST



commit a396de632b08aec0f587114550c1dd2c9077d4db
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Sat Apr 16 13:57:40 2022 +0200

    build: add more top-level files to EXTRA_DIST
    
    To distribute them in tarballs.
    - autogen.sh: could be useful, but it's normally ./configure that needs
      to be executed. In any case, it doesn't hurt to include autogen.sh (I
      think it could be useful for MSYS2 packaging, so for Windows).
    - README.md: this is of course important.
    
    What's still missing, and I don't really know:
    - git.mk: not distributed in tarballs, but of course this is for Git
      purposes, not for tarballs. So I guess it's fine.

 Makefile.am | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7b44d7d..044af7f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,10 +13,12 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
 pkgconfig_DATA = gspell-$(GSPELL_API_VERSION).pc
 DISTCLEANFILES = $(pkgconfig_DATA)
 
-EXTRA_DIST =           \
-       gspell.doap     \
-       gspell.pc.in    \
-       HACKING
+EXTRA_DIST = \
+       autogen.sh \
+       gspell.doap \
+       gspell.pc.in \
+       HACKING \
+       README.md
 
 MAINTAINERCLEANFILES = \
        $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \


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