qsos-commits
[Top][All Lists]
Advanced

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

[Qsos-commits] qsos/apps/tpl-xuleditor Makefile


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/tpl-xuleditor Makefile
Date: Tue, 28 Nov 2006 17:46:32 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/11/28 17:46:32

Added files:
        apps/tpl-xuleditor: Makefile 

Log message:
        Makefile for packaging

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/tpl-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    28 Nov 2006 17:46:32 -0000      1.1
@@ -0,0 +1,42 @@
+#  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 Template Editor Makefile
+# $Id: Makefile,v 1.1 2006/11/28 17:46:32 rsemeteys Exp $
+
+APPPACK=application.ini Changes chrome.manifest LICENSE README tpl-xuleditor 
tpl-xuleditor.bat
+EXTPACK=Changes chrome.manifest install.rdf LICENSE README
+
+APPSRC=chrome/content/about.xul chrome/content/confirm.xul  
chrome/content/editor.js chrome/content/editor.xul chrome/content/global.xml 
chrome/content/logo-qsos.png chrome/content/logo32.png 
chrome/content/newdesc.xul chrome/content/newscore.xul 
chrome/content/newsection.xul chrome/content/Template.js 
chrome/content/commons.js
+EXTSRC=$(APPSRC) chrome/content/qsos-tpl-overlay.xul
+
+LOCALE=chrome/locale/en-US/about.dtd chrome/locale/en-US/confirm.dtd 
chrome/locale/en-US/editor.dtd chrome/locale/en-US/editor.properties 
chrome/locale/en-US/newdesc.dtd chrome/locale/en-US/new.properties 
chrome/locale/en-US/newscore.dtd chrome/locale/en-US/newsection.dtd 
chrome/locale/en-US/qsos-tpl-overlay.dtd chrome/locale/fr-FR/about.dtd 
chrome/locale/fr-FR/confirm.dtd chrome/locale/fr-FR/editor.dtd 
chrome/locale/fr-FR/editor.properties chrome/locale/fr-FR/newdesc.dtd 
chrome/locale/fr-FR/new.properties chrome/locale/fr-FR/newscore.dtd 
chrome/locale/fr-FR/newsection.dtd chrome/locale/fr-FR/qsos-tpl-overlay.dtd
+
+SKIN=chrome/skin/classic.css
+
+PREFS=defaults/preferences/qsos-tpl-xuled.js
+
+VERSION=0.2
+
+ext:
+       rm -f tpl-xuleditor-firefox-${VERSION}.xpi
+       zip -r tpl-xuleditor $(EXTPACK) $(EXTSRC) $(LOCALE) $(SKIN)
+       mv tpl-xuleditor.zip tpl-xuleditor-firefox-${VERSION}.xpi
+
+app:
+       rm -f tpl-xuleditor-application-${VERSION}.zip
+       zip -r tpl-xuleditor-application-${VERSION}.zip $(APPPACK) $(APPSRC) 
$(LOCALE) $(SKIN) $(PREFS)
\ No newline at end of file




reply via email to

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