IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29643


Ignore:
Timestamp:
Nov 2, 2010, 2:57:59 PM (16 years ago)
Author:
Serge CHASTEL
Message:

SVN version generation

Location:
trunk/ippMonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r29481 r29643  
    6363$(DESTWWW)/warpProcessedExp_Images.php \
    6464$(DESTWWW)/warpProcessedExp.php \
    65 $(DESTWWW)/diskUsage.php
     65$(DESTWWW)/diskUsage.php \
     66$(DESTWWW)/version.php
    6667
    6768DEFSRC = \
     
    255256        cp $(SRC)/$*.php $(DESTWWW)/$*.php || exit
    256257
     258$(DESTWWW)/version.php:
     259        svnversion > $@
     260
    257261# non-generated php code is copied directly
    258262$(DESTWWW)/%.php: $(RAW)/%.php
  • trunk/ippMonitor/raw/czartool_labels.php

    r29642 r29643  
    22include 'ipp.php';
    33include 'site.php';
     4include 'version.php';
    45
    56$ID = checkID();
Note: See TracChangeset for help on using the changeset viewer.