Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison Makefile @ 289:e6ccee6a7144
Also build the HTML documentation.
This is currently just for checking proper generation.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 18 Sep 2022 10:41:17 +0200 |
| parents | 106cd5d9da7e |
| children | 7508d9a9cf49 |
comparison
equal
deleted
inserted
replaced
| 288:c9f14ccd581e | 289:e6ccee6a7144 |
|---|---|
| 63 (${TAR} -C ${.CURDIR}/docs -c --exclude ./_build -f - . | ${TAR} -C ${WRKSRC}/docs -x -f - ) | 63 (${TAR} -C ${.CURDIR}/docs -c --exclude ./_build -f - . | ${TAR} -C ${WRKSRC}/docs -x -f - ) |
| 64 | 64 |
| 65 .if ${PORT_OPTIONS:MDOCS} | 65 .if ${PORT_OPTIONS:MDOCS} |
| 66 do-build: | 66 do-build: |
| 67 (cd ${WRKSRC}/docs && sphinx-build -M man . _build) | 67 (cd ${WRKSRC}/docs && sphinx-build -M man . _build) |
| 68 (cd ${WRKSRC}/docs && sphinx-build -M html . _build) | |
| 68 .endif | 69 .endif |
| 69 | 70 |
| 70 do-install: | 71 do-install: |
| 71 .for _rp in sbin/check-ports sbin/fjail sbin/ftjail sbin/fzfs sbin/fpkg sbin/bsmtp2dma | 72 .for _rp in sbin/check-ports sbin/fjail sbin/ftjail sbin/fzfs sbin/fpkg sbin/bsmtp2dma |
| 72 ${INSTALL_SCRIPT} ${WRKSRC}/${_rp} ${STAGEDIR}${PREFIX}/${_rp} | 73 ${INSTALL_SCRIPT} ${WRKSRC}/${_rp} ${STAGEDIR}${PREFIX}/${_rp} |
