AllPeers Cross Reference:
allpeers/ extras/ cachinguser/ Makefile
CVS Log
CVS Blame
Raw output
changes to
this file in
the last:
day
week
month
  1 PKGNAME=allpeers-extras-cachinguser
  2 
  3 all:
  4         mkdir build; \
  5         mkdir build/chrome; \
  6         rm build/$(PKGNAME).xpi; \
  7         zip -R build/chrome/$(PKGNAME).jar content/*.js content/*.xul skin/*.css skin/*.png locale/*/*.dtd locale/*/*.properties
  8         cp chrome.manifest.package build/chrome.manifest
  9         cp -r components build/components
 10         cp install.rdf build/
 11         cd build && \
 12         zip -r $(PKGNAME).xpi install.rdf chrome.manifest chrome/$(PKGNAME).jar components/*.js components/*.xpt components/*.idl && \
 13         rm -rf chrome components install.rdf chrome.manifest
 14         

This page was automatically generated by LXR.