qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/xuleditor Makefile


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/xuleditor Makefile
Date: Thu, 22 Jun 2006 17:14:09 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/06/22 17:14:09

Added files:
        apps/xuleditor : Makefile 

Log message:
        First commit (xulrunner app and Firefox ext packaging)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/Makefile?cvsroot=qsos&rev=1.1

Patches:
Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ Makefile    22 Jun 2006 17:14:09 -0000      1.1
@@ -0,0 +1,38 @@
+#  Copyright (C) 2006 Atos Origin 
+#
+#  This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
+#
+#
+# QSOS XUL Editor Makefile
+# $Id: Makefile,v 1.1 2006/06/22 17:14:09 rsemeteys Exp $
+
+APPPACK=application.ini Changes chrome.manifest LICENSE README xuleditor 
xuleditor.bat
+EXTPACK=Changes chrome.manifest install.rdf LICENSE README
+
+APPSRC=chrome/content/about.xul chrome/content/authors.js 
chrome/content/authors.xul chrome/content/confirm.xul 
chrome/content/Document.js chrome/content/editor.js chrome/content/editor.xul 
chrome/content/logo-qsos.png
+EXTSRC=$(APPSRC) chrome/content/qsos-overlay.xul
+
+SKIN=chrome/skin/classic.css
+
+PREFS=defaults/preferences/qsos-xuled.js
+
+ext:
+       rm -f xuleditor.xpi
+       zip -r xuleditor $(EXTPACK) $(EXTSRC) $(SKIN)
+       mv xuleditor.zip xuleditor.xpi
+
+app:
+       rm -f xuleditor.zip
+       zip -r xuleditor $(APPPACK) $(APPSRC) $(SKIN) $(PREFS)
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]