diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-04-07 13:30:16 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-04-07 13:30:38 +0200 |
commit | 6e60e5f5d31856ca8d6b9c354e2aefdef4a489ee (patch) | |
tree | a587fb46af9ea25eedeac5acb3f8b83ce38a6c13 /doc | |
parent | 13a380b023e5c09008228dbafb782ce69eb4691e (diff) | |
download | gnutls-6e60e5f5d31856ca8d6b9c354e2aefdef4a489ee.tar.gz |
doc: fixed tpmtool and psktool documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index a945531359..ecf89b52e5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -125,7 +125,8 @@ invoke-p11tool.texi: $(top_srcdir)/src/p11tool-args.def invoke-psktool.texi fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ rm -f $@ && \ - $(SED) -e 's/@subheading/@subsection/g' \ + $(SED) \ + -e 's/@subsection/@subsubheading/g' \ -e 's/@section/@subsection/g' $@.tmp > $@ && \ rm -f $@.tmp @@ -136,10 +137,12 @@ invoke-tpmtool.texi: $(top_srcdir)/src/tpmtool-args.def invoke-p11tool.texi fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ rm -f $@ && \ - $(SED) -e 's/@subheading/@subsection/g' \ + $(SED) \ + -e 's/@subsection/@subsubheading/g' \ -e 's/@section/@subsection/g' $@.tmp > $@ && \ rm -f $@.tmp + info_TEXINFOS = gnutls.texi gnutls-guile.texi gnutls_TEXINFOS = gnutls.texi fdl-1.3.texi \ cha-bib.texi cha-cert-auth.texi cha-cert-auth2.texi \ |