From eefe65690ebee9db4dff10e838be4913590da4fe Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 9 Mar 2015 18:05:46 -0300 Subject: [PATCH] Add simple Makefile --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..eeb7e88 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +all clean: + @echo Nothing to be $@, all good. + +plugins_dir=/usr/lib/noosfero/plugins +themes_dir=/usr/lib/noosfero/public/designs/themes + +install: + install -d -m 0755 $(DESTDIR)/$(plugins_dir)/software_communities + cp -vr software_communities/* $(DESTDIR)/$(plugins_dir)/software_communities/ + install -d -m 0755 $(DESTDIR)/$(themes_dir)/noosfero-spb-theme + cp -vr noosfero-spb-theme/* $(DESTDIR)/$(themes_dir)/noosfero-spb-theme/ + -- libgit2 0.21.2