From f1e5862f7d9f0e8f63a48e6e0c6043591468eb1e Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 31 Jan 2012 00:42:40 +0100 Subject: [PATCH] updates --- doc/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index edf45a36d..392da65e1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -47,8 +47,8 @@ invoke-certtool.texi: ../src/certtool-args.def invoke-srptool.texi: ../src/srptool-args.def cd ../src/ && autogen -Tagtexi-cmd.tpl $< mv ../src/$@ . - sed -i 's/@subsection/@subsubsection/' $@ - sed -i 's/@section/@subsection/' $@ + sed -i 's/@subsection/@subsubsection/g' $@ + sed -i 's/@section/@subsection/g' $@ invoke-ocsptool.texi: ../src/ocsptool-args.def cd ../src/ && autogen -Tagtexi-cmd.tpl $< @@ -57,14 +57,14 @@ invoke-ocsptool.texi: ../src/ocsptool-args.def invoke-psktool.texi: ../src/psk-args.def cd ../src/ && autogen -Tagtexi-cmd.tpl $< mv ../src/$@ . - sed -i 's/@subsection/@subsubsection/' $@ - sed -i 's/@section/@subsection/' $@ + sed -i 's/@subsection/@subsubsection/g' $@ + sed -i 's/@section/@subsection/g' $@ invoke-p11tool.texi: ../src/p11tool-args.def cd ../src/ && autogen -Tagtexi-cmd.tpl $< mv ../src/$@ . - sed -i 's/@subsection/@subsubsection/' $@ - sed -i 's/@section/@subsection/' $@ + sed -i 's/@subsection/@subsubsection/g' $@ + sed -i 's/@section/@subsection/g' $@ info_TEXINFOS = gnutls.texi gnutls-guile.texi gnutls_TEXINFOS = gnutls.texi fdl-1.3.texi \ -- 2.11.4.GIT