diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-07-30 13:30:57 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-07-30 13:30:57 -0400 |
commit | d9eca7543451d9cfd176427451c5ca1c805ae976 (patch) | |
tree | 0b6d37b81bf8c3008d84a90fe1026ba86690144d /doc | |
parent | ChangeLog, TODO: updated (diff) | |
download | elfix-d9eca7543451d9cfd176427451c5ca1c805ae976.tar.gz elfix-d9eca7543451d9cfd176427451c5ca1c805ae976.tar.bz2 elfix-d9eca7543451d9cfd176427451c5ca1c805ae976.zip |
doc/Makefile.am: fix lost fix-gnustack.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 323b53f..836014b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,3 +4,8 @@ dist_man_MANS = paxctl-ng.1 revdep-pax.1 if BUILD_ELF dist_man_MANS += fix-gnustack.1 endif + +# I don't know why I need this, but without it, I don't get fix-gnustack.1 distributed. +# This is since commit 414cfa1770a8cfc46308149deecf9c0eef60a5bb. It will be fixed once +# fix-gnustack is broken out. +EXTRA_DIST = fix-gnustack.1 |