summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2015-11-09 09:28:11 +0000
committerAdam Spiers <stow@adamspiers.org>2015-11-09 09:28:51 +0000
commitf1b67d2432436fef638bf068da47c801aacdf2a7 (patch)
treecaa7095dfe1488467ed566f1fd182c1a26644f7d
parentc749cc4f26936bd34fc153fbfea116842cdc5992 (diff)
downloadstow-f1b67d2432436fef638bf068da47c801aacdf2a7.tar.gz
HOWTO-RELEASE: include automake --add-missing
This is necessary since automake files were removed from the repository recently.
-rw-r--r--doc/HOWTO-RELEASE1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE
index 1837f0a..6f8abeb 100644
--- a/doc/HOWTO-RELEASE
+++ b/doc/HOWTO-RELEASE
@@ -10,6 +10,7 @@ How to make a new release of GNU Stow
- Generate stow, chkstow, and lib/Stow.pm via:
eval `perl -V:siteprefix`
+ automake --add-missing
./configure --prefix=$siteprefix && make
(N.B. the CPAN distribution will contain these files, whereas