summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \