Changeset 29643
- Timestamp:
- Nov 2, 2010, 2:57:59 PM (16 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 edited
-
Makefile.in (modified) (2 diffs)
-
raw/czartool_labels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile.in
r29481 r29643 63 63 $(DESTWWW)/warpProcessedExp_Images.php \ 64 64 $(DESTWWW)/warpProcessedExp.php \ 65 $(DESTWWW)/diskUsage.php 65 $(DESTWWW)/diskUsage.php \ 66 $(DESTWWW)/version.php 66 67 67 68 DEFSRC = \ … … 255 256 cp $(SRC)/$*.php $(DESTWWW)/$*.php || exit 256 257 258 $(DESTWWW)/version.php: 259 svnversion > $@ 260 257 261 # non-generated php code is copied directly 258 262 $(DESTWWW)/%.php: $(RAW)/%.php -
trunk/ippMonitor/raw/czartool_labels.php
r29642 r29643 2 2 include 'ipp.php'; 3 3 include 'site.php'; 4 include 'version.php'; 4 5 5 6 $ID = checkID();
Note:
See TracChangeset
for help on using the changeset viewer.
