diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile index bf1b767..eeadc9d 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,9 @@ all: clean .manpages $(PACKAGE).tar.gz .manpages: for i in $(MANPAGES); do \ rman -S -f html -r '' < man/$$i | \ - sed -e 's}NAME="sect\([0-9]*\)" HREF="#toc[0-9]*">\(.*\)}NAME="sect\1">\2}g ; \ - s}<A HREF="#toc">Table of Contents</A>}<a href="http://smarden.org/pape/">G. Pape</a><br><A HREF="index.html">runit</A><hr>}g ; \ - s}<!--.*-->}}g' \ + sed -e "s}name='sect\([0-9]*\)' href='#toc[0-9]*'>\(.*\)}name='sect\1'>\2}g ; \ + s}<a href='#toc'>Table of Contents</a>}<a href='http://smarden.org/pape/'>G. Pape</a><br><a href='index.html'>runit</A><hr>}g ; \ + s}<!--.*-->}}g" \ > doc/$$i.html ; \ done ; \ echo 'fix up html manually...' |