Changeset 2410 for box/trunk/docs


Ignore:
Timestamp:
26/12/2008 20:36:19 (3 years ago)
Author:
chris
Message:

Make clean in docs directory should delete built docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/docs/Makefile

    r2408 r2410  
    5454        if [ ! -d man ]; then mkdir man; touch man/.there; fi 
    5555 
    56 man-nroff: bbackupd.8 bbackupd-config.8 bbackupctl.8 bbackupquery.8 \ 
     56NROFF_PAGES = bbackupd.8 bbackupd-config.8 bbackupctl.8 bbackupquery.8 \ 
    5757        bbstored.8 bbstored-config.8 bbstoreaccounts.8 bbstored-certs.8 \ 
    5858        raidfile-config.8 \ 
    5959        bbackupd.conf.5 bbstored.conf.5 raidfile.conf.5 
    6060 
    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 \ 
     61man-nroff: $(NROFF_PAGES) 
     62 
     63HTML_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 \ 
    6466        bbackupd.conf.html bbstored.conf.html raidfile.conf.html 
     67 
     68man-html: $(HTML_PAGES) 
    6569 
    6670.xml.html: 
     
    8185        if [ -d ./man ]; then  rm -rf ./man/; fi 
    8286        if [ -f ExceptionCodes.xml ]; then rm ExceptionCodes.xml; fi 
     87        rm -f $(NROFF_PAGES) $(HTML_PAGES) 
    8388        if [ -f documentation-kit-0.10.tar.gz ]; then rm documentation-kit-0.10.tar.gz; fi 
    8489 
Note: See TracChangeset for help on using the changeset viewer.