]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
DEVELOPING.md, CONTRIBUTING.md: Include them in tarball and installation
authorTill Kamppeter <till.kamppeter@gmail.com>
Mon, 14 Nov 2022 23:20:37 +0000 (00:20 +0100)
committerTill Kamppeter <till.kamppeter@gmail.com>
Mon, 14 Nov 2022 23:20:37 +0000 (00:20 +0100)
Added the new files to Makefile.am so that "make dist" amd "make
install" include them.

Makefile.am

index ab837d82ab23035e3be0fe5db7fdd966c3038122..ba357d1cf043d15b86a48cc5e574021666869578 100644 (file)
@@ -12,7 +12,9 @@ doc_DATA = \
        CHANGES.md \
        CHANGES-1.x.md \
        INSTALL \
-       README.md
+       README.md \
+       DEVELOPING.md \
+       CONTRIBUTING.md
 
 EXTRA_DIST = \
        $(doc_DATA) \