commit: 68e354ef039522c95de8306e5d60ea9a9da76630 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Jul 30 17:30:57 2014 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Jul 30 17:31:29 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=68e354ef
doc/Makefile.am: fix lost fix-gnustack.1 --- doc/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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
