diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-14 15:40:06 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-14 15:44:07 -0500 |
commit | e0f58922dbd632d11580e525640d27351eedbffb (patch) | |
tree | 4cfd4c7c46735fd644a6bceb9adf4f0461dd8f33 /doc | |
parent | scripts/paxmodule.c: adopt the parse_cmd_args() logic of paxctl-ng.c (diff) | |
download | elfix-e0f58922dbd632d11580e525640d27351eedbffb.tar.gz elfix-e0f58922dbd632d11580e525640d27351eedbffb.tar.bz2 elfix-e0f58922dbd632d11580e525640d27351eedbffb.zip |
tests/revdeppaxtest: progress towards a test for revdep-pax
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index aa24304..5433f87 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,3 @@ +ACLOCAL_AMFLAGS = -I m4 + dist_man_MANS = fix-gnustack.1 paxctl-ng.1 revdep-pax.1 |