From 3ac3c20af631a7e6c2e666114197797dbeb193fa Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Sat, 19 Mar 2011 18:55:10 +0000 Subject: Restore

s --- doc/clients/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/clients/Makefile.am b/doc/clients/Makefile.am index 1cf579c71..7f4406a2a 100644 --- a/doc/clients/Makefile.am +++ b/doc/clients/Makefile.am @@ -99,36 +99,36 @@ index.html : header.html.part $(srcdir)/index.html.part footer.html.part accerso.html : header.html.part footer.html.part { cat header.html.part && { \ + echo "

accerso

"; \ if test -f $(top_builddir)/src/clients/accerso/accerso.html-man-fragment ; then \ cat $(top_builddir)/src/clients/accerso/accerso.html-man-fragment ; \ elif test -f $(top_srcdir)/src/clients/accerso/accerso.html-man-fragment ; then \ cat $(top_srcdir)/src/clients/accerso/accerso.html-man-fragment ; \ else \ - echo "

accerso

"; \ echo "

Sorry, documentation was generated without support for the accerso client.

" ; \ fi ; } \ && cat footer.html.part ; } > $@ appareo.html : header.html.part footer.html.part { cat header.html.part && { \ + echo "

appareo

"; \ if test -f $(top_builddir)/src/clients/appareo/appareo.html-man-fragment ; then \ cat $(top_builddir)/src/clients/appareo/appareo.html-man-fragment ; \ elif test -f $(top_srcdir)/src/clients/appareo/appareo.html-man-fragment ; then \ cat $(top_srcdir)/src/clients/appareo/appareo.html-man-fragment ; \ else \ - echo "

appareo

"; \ echo "

Sorry, documentation was generated without support for the appareo client.

" ; \ fi ; } \ && cat footer.html.part ; } > $@ cave.html : header.html.part footer.html.part { cat header.html.part && { \ + echo "

cave

"; \ if test -f $(top_builddir)/src/clients/cave/cave.html-man-fragment ; then \ cat $(top_builddir)/src/clients/cave/cave.html-man-fragment ; \ elif test -f $(top_srcdir)/src/clients/cave/cave.html-man-fragment ; then \ cat $(top_srcdir)/src/clients/cave/cave.html-man-fragment ; \ else \ - echo "

cave

"; \ echo "

Sorry, documentation was generated without support for the cave client.

" ; \ fi ; } | sed \ -e '/

SEE ALSO<.h2>/,/<.div>/s#\(.*\)(1)#\1#' \ @@ -137,24 +137,24 @@ cave.html : header.html.part footer.html.part $(CAVE_COMMANDS_HTML) : header.html.part footer.html.part { cat header.html.part && { \ + echo "

cave `basename $@ .html | sed -e 's,cave-,,'`

"; \ if test -f $(top_builddir)/src/clients/cave/`basename $@ .html `.html-man-fragment ; then \ cat $(top_builddir)/src/clients/cave/`basename $@ .html `.html-man-fragment ; \ elif test -f $(top_srcdir)/src/clients/cave/`basename $@ .html `.html-man-fragment ; then \ cat $(top_srcdir)/src/clients/cave/`basename $@ .html `.html-man-fragment ; \ else \ - echo "

cave

"; \ echo "

Sorry, documentation was generated without support for the cave client.

" ; \ fi ; } \ && cat footer.html.part ; } > $@ instruo.html : header.html.part footer.html.part { cat header.html.part && { \ + echo "

instruo

"; \ if test -f $(top_builddir)/src/clients/instruo/instruo.html-man-fragment ; then \ cat $(top_builddir)/src/clients/instruo/instruo.html-man-fragment ; \ elif test -f $(top_srcdir)/src/clients/instruo/instruo.html-man-fragment ; then \ cat $(top_srcdir)/src/clients/instruo/instruo.html-man-fragment ; \ else \ - echo "

instruo

"; \ echo "

Sorry, documentation was generated without support for the instruo client.

" ; \ fi ; } \ && cat footer.html.part ; } > $@ -- cgit v1.2.3