Changeset 2695


Ignore:
Timestamp:
Dec 20, 2009, 9:46:00 PM (14 years ago)
Author:
broder
Message:

Remove unused template code

Location:
package_branches/invirt-web/cherrypy-rebased/code
Files:
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy-rebased/code/Makefile

    r2231 r2695  
    1 DIRS = templates
    2 
    3 all: kill chmod compile
     1all: kill chmod
    42
    53chmod:
     
    97kill:
    108        -pkill main.fcgi
    11 
    12 compile:
    13         for dir in $(DIRS); do \
    14                 (cd $$dir; $(MAKE) all); \
    15         done
    16 
    17 clean:
    18         for dir in $(DIRS); do \
    19                 (cd $$dir; $(MAKE) clean); \
    20         done
Note: See TracChangeset for help on using the changeset viewer.