Changeset 2780 for trunk/MagicSoft/Mars/Makefile
- Timestamp:
- 01/13/04 12:04:09 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r2739 r2780 116 116 117 117 dox: $(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 120 124 121 125 clean: rmmake rmcint rmobjs rmcore rmlib … … 127 131 tar: mrproper 128 132 @echo "Making tar-file" 129 @root -b -q -l -n tar.C133 root -b -q -l -n tar.C 130 134 # @tar cvf ../mars.tar --exclude=Root .rootrc * 131 135 # @gzip -9 ../mars.tar
Note:
See TracChangeset
for help on using the changeset viewer.