IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6017


Ignore:
Timestamp:
Jan 16, 2006, 8:37:33 AM (21 years ago)
Author:
eugene
Message:

fixed make targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile

    r4900 r6017  
    11# Makefile for all IPP main engineering documents
    22
    3 DIR = PSLib modules design misc
     3DIR = pslib modules design hardware pantasks psphot misc
    44
    55all:
    6         for i in $(DIR); do (cd $$i; make); done
     6        for i in $(DIR); do (cd $$i; make all); done
    77
    88clean:
    9         @rm -f *~ #*
     9        @rm -f *~ #* .*~
    1010        for i in $(DIR); do (cd $$i; make clean); done
    1111
    12 psdc:
    13         rsync -e ssh -auv PSDC-4xx/ poiserver0:doc/panstarrs/www/src/project/PSDC/PSDC-4xx/
     12dist:
     13        @rm -f *~ #* .*~
     14        for i in $(DIR); do (cd $$i; make dist); done
Note: See TracChangeset for help on using the changeset viewer.