Changeset 2410 for box/trunk/docs
- Timestamp:
- 26/12/2008 20:36:19 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/docs/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/docs/Makefile
r2408 r2410 54 54 if [ ! -d man ]; then mkdir man; touch man/.there; fi 55 55 56 man-nroff:bbackupd.8 bbackupd-config.8 bbackupctl.8 bbackupquery.8 \56 NROFF_PAGES = bbackupd.8 bbackupd-config.8 bbackupctl.8 bbackupquery.8 \ 57 57 bbstored.8 bbstored-config.8 bbstoreaccounts.8 bbstored-certs.8 \ 58 58 raidfile-config.8 \ 59 59 bbackupd.conf.5 bbstored.conf.5 raidfile.conf.5 60 60 61 man-html: bbackupd.html bbackupd-config.html bbackupctl.html bbackupquery.html \ 62 bbstored.html bbstored-config.html bbstoreaccounts.html bbstored-certs.html \ 63 raidfile-config.html \ 61 man-nroff: $(NROFF_PAGES) 62 63 HTML_PAGES = bbackupd.html bbackupd-config.html bbackupctl.html \ 64 bbackupquery.html bbstored.html bbstored-config.html \ 65 bbstoreaccounts.html bbstored-certs.html raidfile-config.html \ 64 66 bbackupd.conf.html bbstored.conf.html raidfile.conf.html 67 68 man-html: $(HTML_PAGES) 65 69 66 70 .xml.html: … … 81 85 if [ -d ./man ]; then rm -rf ./man/; fi 82 86 if [ -f ExceptionCodes.xml ]; then rm ExceptionCodes.xml; fi 87 rm -f $(NROFF_PAGES) $(HTML_PAGES) 83 88 if [ -f documentation-kit-0.10.tar.gz ]; then rm documentation-kit-0.10.tar.gz; fi 84 89
Note: See TracChangeset
for help on using the changeset viewer.
