automake fix to include the manpage in the distribution
This commit is contained in:
parent
0ffef1809a
commit
dffdbf3293
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ AUTOMAKE_OPTIONS = dist-shar
|
||||||
|
|
||||||
bin_SCRIPTS = stow
|
bin_SCRIPTS = stow
|
||||||
info_TEXINFOS = stow.texi
|
info_TEXINFOS = stow.texi
|
||||||
man8_MANS = stow.8
|
man_MANS = stow.8
|
||||||
|
EXTRA_DIST = $(man_MANS)
|
||||||
|
|
||||||
CLEANFILES = stow manual.html manual.texi
|
CLEANFILES = stow manual.html manual.texi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue