|
Lines 343-353
Link Here
|
| 343 |
MAN+= ${target} |
343 |
MAN+= ${target} |
| 344 |
CLEANFILES+= ${target} |
344 |
CLEANFILES+= ${target} |
| 345 |
${target}: ${LCRYPTO_SRC}/../doc/${pod} |
345 |
${target}: ${LCRYPTO_SRC}/../doc/${pod} |
| 346 |
pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${LCRYPTO_SRC}/../doc/${pod} > ${target} |
346 |
pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${LCRYPTO_SRC}/../doc/${pod} > ${target} |
| 347 |
.endfor |
347 |
.endfor |
| 348 |
.endfor |
348 |
.endfor |
| 349 |
.endfor |
349 |
.endfor |
| 350 |
.endif |
350 |
.endif |
|
|
351 |
|
| 352 |
.for section in 1 3 |
| 353 |
.for pod in ${POD${section}} |
| 354 |
.for target in ${pod:T:S/.pod/.${section}/g} |
| 355 |
MAN+= openssl_${target} |
| 356 |
CLEANFILES+= openssl_${target} |
| 357 |
openssl_${target}: ${LCRYPTO_SRC}/../doc/${pod} |
| 358 |
pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${LCRYPTO_SRC}/../doc/${pod} > openssl_${target} |
| 359 |
.endfor |
| 360 |
.endfor |
| 361 |
.endfor |
| 351 |
|
362 |
|
| 352 |
MAN+= des_crypt.3 |
363 |
MAN+= des_crypt.3 |