Show
Ignore:
Timestamp:
08/08/08 18:21:15 (5 months ago)
Author:
mariodebian
Message:

tcosmonitor (0.2.16~rc6)

The extensions pre release

  • Move a lot of code from TcosActions?.py to extensions/*.py
  • New class TcosExtensions?.py (every extension heredate from it)
  • This release is not finished svn commit -m
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tcosmonitor/Makefile

    r948 r951  
    6464        install -d $(DESTDIR)/$(PREFIX)/bin 
    6565        install -d $(DESTDIR)/$(PREFIX)/sbin 
    66         install -d $(DESTDIR)/$(TCOS_BINS) 
    6766        install -d $(DESTDIR)/etc/tcos/ 
    6867         
     
    102101        install -m 644 TcosListView.py     $(DESTDIR)/$(PREFIX)/share/$(PACKAGE)/ 
    103102        install -m 644 TcosMenus.py        $(DESTDIR)/$(PREFIX)/share/$(PACKAGE)/ 
     103        install -m 644 TcosExtensions.py   $(DESTDIR)/$(PREFIX)/share/$(PACKAGE)/ 
    104104 
    105105        install -m 755 tcosmonitor.py           $(DESTDIR)/$(PREFIX)/bin/tcosmonitor