chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3390794
)
Makefile.am: Add some forgotten files to the distribution archive.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 27 Dec 2013 11:56:48 +0000
(11:56 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 27 Dec 2013 11:56:48 +0000
(11:56 +0000)
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index adecc61e1ee81794781f0a04a5a0a27949cdcd98..fb8d6441b60fc015c251fb072d81c86802c555fe 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-93,9
+93,16
@@
dist-hook::
echo $(VERSION) >$(distdir)/RELEASE
## Additional build tools.
echo $(VERSION) >$(distdir)/RELEASE
## Additional build tools.
+EXTRA_DIST += build-setup
EXTRA_DIST += config/auto-version
EXTRA_DIST += config/confsubst
EXTRA_DIST += config/auto-version
EXTRA_DIST += config/confsubst
+## Documentation files.
+EXTRA_DIST += README.cipher
+EXTRA_DIST += README.hash
+EXTRA_DIST += README.mp
+EXTRA_DIST += README.random
+
###--------------------------------------------------------------------------
### Debian.
###--------------------------------------------------------------------------
### Debian.