summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-07 13:30:16 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-07 13:45:37 +0200
commit84a4d94b29958ace9b6d9f7022f557aa7af2f4f0 (patch)
tree2e87170f9a7d0e7506e227ce6bcd21c07df6bdc2
parentfe05c4e12a8ad4978fb5c291a71bf534386549d0 (diff)
downloadgnutls-84a4d94b29958ace9b6d9f7022f557aa7af2f4f0.tar.gz
doc: fixed tpmtool and psktool documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--doc/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4f4ae36b09..e0486154e9 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 \