summaryrefslogtreecommitdiff
path: root/doc/manpages/Makefile.am
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@gmail.com>2014-03-06 22:35:08 -0800
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-03-07 08:13:32 +0100
commit0725ad38511343a91e506b53cd931f630bd259a8 (patch)
tree23ab923f8e70a34545f5ca3c585097fac7ba403e /doc/manpages/Makefile.am
parentfdd10532c0b81f54c5c09d52aa7867cf490e9f0a (diff)
downloadgnutls-0725ad38511343a91e506b53cd931f630bd259a8.tar.gz
Rename psk-args.def to psktool-args.def
Other utilities generate invoke-%.texi from %-args.def, but currently invoke-psktool.texi is generated from psk-args.def. If we make psktool conform to the same convention as the other utilities, we can use a generic pattern to handle all of them the same way. Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Diffstat (limited to 'doc/manpages/Makefile.am')
-rw-r--r--doc/manpages/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 31d0d56bfe..dfdf9abe22 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -84,7 +84,7 @@ tpmtool.1: ../../src/tpmtool-args.def
autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
rm -f "$<".tmp
-psktool.1: ../../src/psk-args.def
+psktool.1: ../../src/psktool-args.def
-sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
rm -f "$<".tmp