-css should really be --css
authorRichard Levitte <richard@levitte.org>
Thu, 26 Feb 2015 14:07:25 +0000 (15:07 +0100)
committerRichard Levitte <richard@levitte.org>
Thu, 26 Feb 2015 14:07:25 +0000 (15:07 +0100)
run-pod2html.sh

index 8a1218d0ca3694de5d1eb356cd936c48f448c026..b0e081ec99fee00902b34e66ef78d1642e439161 100755 (executable)
@@ -11,7 +11,7 @@ for SUB in apps crypto ssl; do
        FN=`basename $IN .pod`
        cat $IN \
        | sed -r 's/L<([^)]*)(\([0-9]\))?\|([^)]*)(\([0-9]\))?>/L<\1|\3>/g' \
-       | pod2html --podroot=$SRC -css=/manpage.css --htmlroot=/docs --podpath=$SUB:apps:crypto:ssl \
+       | pod2html --podroot=$SRC --css=/manpage.css --htmlroot=/docs --podpath=$SUB:apps:crypto:ssl \
        | sed -r 's/<!DOCTYPE.*//g' > $DIR/$FN.html
        for L in `perl $HERE/getnames.pl $IN` ; do
            ln $DIR/$FN.html $DIR/$L.html || echo FAIL $DIR/$FN.html $DIR/$L.html