Ignore:
Timestamp:
01/13/04 12:04:09 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r2739 r2780  
    116116
    117117dox: $(SOLIB)
    118         @echo " Creating html documentation:"
    119         root -b -q dohtml.C
     118        @echo
     119        @echo " Creating html documentation and logfile dohtml.log..."
     120        rm -f dohtml.log
     121        root -b -q dohtml.C 2>&1 >> dohtml.log | tee -a dohtml.log
     122        @echo " done."
     123        @echo
    120124
    121125clean:  rmmake rmcint rmobjs rmcore rmlib
     
    127131tar:    mrproper
    128132        @echo "Making tar-file"
    129         @root -b -q -l -n tar.C
     133        root -b -q -l -n tar.C
    130134#       @tar cvf ../mars.tar --exclude=Root .rootrc *
    131135#       @gzip -9 ../mars.tar
Note: See TracChangeset for help on using the changeset viewer.