diff options
author | 2011-03-19 18:55:10 +0000 | |
---|---|---|
committer | 2011-03-19 19:20:24 +0000 | |
commit | 3ac3c20af631a7e6c2e666114197797dbeb193fa (patch) | |
tree | 9b05e092a2e6a094cc3d305e38002223c96b16b6 | |
parent | 6509d233883f44495f8601d0cb9d1302aa800c77 (diff) | |
download | paludis-3ac3c20af631a7e6c2e666114197797dbeb193fa.tar.gz paludis-3ac3c20af631a7e6c2e666114197797dbeb193fa.tar.xz |
Restore <h1>s
-rw-r--r-- | doc/clients/Makefile.am | 10 |
1 files 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 "<h1>accerso</h1>"; \ 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 "<h1>accerso</h1>"; \ echo "<p>Sorry, documentation was generated without support for the accerso client.</p>" ; \ fi ; } \ && cat footer.html.part ; } > $@ appareo.html : header.html.part footer.html.part { cat header.html.part && { \ + echo "<h1>appareo</h1>"; \ 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 "<h1>appareo</h1>"; \ echo "<p>Sorry, documentation was generated without support for the appareo client.</p>" ; \ fi ; } \ && cat footer.html.part ; } > $@ cave.html : header.html.part footer.html.part { cat header.html.part && { \ + echo "<h1>cave</h1>"; \ 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 "<h1>cave</h1>"; \ echo "<p>Sorry, documentation was generated without support for the cave client.</p>" ; \ fi ; } | sed \ -e '/<h2>SEE ALSO<.h2>/,/<.div>/s#<span class="strong"><strong>\(.*\)</strong></span>(1)#<a href="\1.html">\1</a>#' \ @@ -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 "<h1>cave `basename $@ .html | sed -e 's,cave-,,'`</h1>"; \ 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 "<h1>cave</h1>"; \ echo "<p>Sorry, documentation was generated without support for the cave client.</p>" ; \ fi ; } \ && cat footer.html.part ; } > $@ instruo.html : header.html.part footer.html.part { cat header.html.part && { \ + echo "<h1>instruo</h1>"; \ 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 "<h1>instruo</h1>"; \ echo "<p>Sorry, documentation was generated without support for the instruo client.</p>" ; \ fi ; } \ && cat footer.html.part ; } > $@ |