From a27a1e908d211022cced04133c14f8fded36a6b1 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Thu, 4 Apr 2013 13:12:53 -0700 Subject: [PATCH] merge from upstream makefile --- Makefile | 2 +- config.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 config.xml diff --git a/Makefile b/Makefile index 69f8b75..20b0c31 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ICON_DIR = ${DESTDIR}/usr/share/pixmaps VERSION = $(shell grep version manifest.json | cut -f4 -d"\"") PACKAGE = $(PROJECT)-$(VERSION) -FILES = index.html *.js *.css manifest.json *.png +FILES = index.html *.js *.css manifest.json *.png *.xml PKG_NAME := $(PROJECT) SPECFILE = $(addsuffix .spec, $(PKG_NAME)) diff --git a/config.xml b/config.xml new file mode 100644 index 0000000..230570b --- /dev/null +++ b/config.xml @@ -0,0 +1,7 @@ + + + + + + GhostCluster + -- 2.7.4