changeset 390:3c3de5520e37

Copy template to madbuilder.xpi
author wycc
date Sun, 12 Apr 2009 12:02:03 +0800
parents 45e04408fc19
children 6e7909960f31
files inkscape/firefox/INSTALL inkscape/firefox/Makefile
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/inkscape/firefox/INSTALL	Sun Apr 12 11:58:53 2009 +0800
+++ b/inkscape/firefox/INSTALL	Sun Apr 12 12:02:03 2009 +0800
@@ -2,8 +2,9 @@
 
 * Install required modules
 	* sudo apt-get install python-soappy python-twisted mozplugger python-lxml
+	* sudo apt-get build-dep inkscape
 * Install the /etc/mozpluggerrc
-	* Add the following two lines into /etc.mozpluggerrc
+	* Add the following two lines into /etc/mozpluggerrc
 
 application/x-mbsvg:mbsvg: MadButterfly SVG
         swallow(Inkscape) : /usr/local/bin/helper_mb.py "$file"
--- a/inkscape/firefox/Makefile	Sun Apr 12 11:58:53 2009 +0800
+++ b/inkscape/firefox/Makefile	Sun Apr 12 12:02:03 2009 +0800
@@ -1,7 +1,9 @@
 all: madbuilder.xpi inkscape-mb
 
 madbuilder.xpi: chrome.manifest install.rdf content/*
+	cp -a template content
 	zip -r madbuilder.xpi chrome.manifest  content/* install.rdf README
+	rm -rf content/template
 
 inkscape-0.46.tar.gz:
 	wget -O inkscape-0.46.tar.gz http://nchc.dl.sourceforge.net/sourceforge/inkscape/inkscape-0.46.tar.gz