diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-09 20:28:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-09 20:28:06 +0000 |
commit | f05001f84d966a0b0c80b9d5212c2f3ac11d1660 (patch) | |
tree | ea34ff5b7bf803ae94f839f34f46e145209536a3 /pow/POW-0.7/docs/doc.sh | |
parent | a852889d670f6dd1955bb430240798d7f69d342f (diff) |
Rework POW build so that we can use static libraries again.
svn path=/configure; revision=3602
Diffstat (limited to 'pow/POW-0.7/docs/doc.sh')
-rwxr-xr-x | pow/POW-0.7/docs/doc.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pow/POW-0.7/docs/doc.sh b/pow/POW-0.7/docs/doc.sh deleted file mode 100755 index 32fe72e9..00000000 --- a/pow/POW-0.7/docs/doc.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/ksh - -PACKAGE="POW" -MODULES="POW POW.pkix" - -./doc.py ${MODULES} -if [[ $? == 0 ]] -then - openjade -t tex -d POW_pdf.dsl ${PACKAGE}.sgm - pdfjadetex ${PACKAGE}.tex -else - print 'error producing SGML file' -fi |