summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2003-09-30 10:02:59 +0000
committerGerrit Pape <pape@smarden.org>2003-09-30 10:02:59 +0000
commite038f1f27785ec5ad48590a59d9ce3ba94f58f3c (patch)
tree2837688775824bd2dff14391baef09cc803aa7e9 /Makefile
parent9e2eb484f1b80d69f619902ff91defdb8900af0d (diff)
downloadrunit-e038f1f27785ec5ad48590a59d9ce3ba94f58f3c.tar.gz
runit-e038f1f27785ec5ad48590a59d9ce3ba94f58f3c.tar.xz
runit-e038f1f27785ec5ad48590a59d9ce3ba94f58f3c.zip
rman has changed its html formatting.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
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...'