Skip to content

Commit 1f6fae8

Browse files
committed
DEVELOPING.md, CONTRIBUTING.md: Include them in tarball and installation
Added the new files to Makefile.am so that "make dist" amd "make install" include them.
1 parent b371e21 commit 1f6fae8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ doc_DATA = \
1212
CHANGES.md \
1313
CHANGES-1.x.md \
1414
INSTALL \
15-
README.md
15+
README.md \
16+
DEVELOPING.md \
17+
CONTRIBUTING.md
1618

1719
EXTRA_DIST = \
1820
$(doc_DATA) \

0 commit comments

Comments
 (0)