[openssl-commits] [web] master update

Richard Levitte levitte at openssl.org
Thu Feb 26 14:12:36 UTC 2015


The branch master has been updated
       via  c6e4b80f3c965a3d1e8e4d36b8227b22358611bc (commit)
      from  955458532940646f6f124f4e2c9f02fe818835c6 (commit)


- Log -----------------------------------------------------------------
commit c6e4b80f3c965a3d1e8e4d36b8227b22358611bc
Author: Richard Levitte <richard at levitte.org>
Date:   Thu Feb 26 15:07:25 2015 +0100

    -css should really be --css

-----------------------------------------------------------------------

Summary of changes:
 run-pod2html.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-pod2html.sh b/run-pod2html.sh
index 8a1218d..b0e081e 100755
--- a/run-pod2html.sh
+++ b/run-pod2html.sh
@@ -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


More information about the openssl-commits mailing list