From 830350bf647e5d65e7d20cd5aec82b7a3657a776 Mon Sep 17 00:00:00 2001 From: Alessandro Caetano Date: Sat, 12 Sep 2015 16:46:58 -0400 Subject: [PATCH] Update Makefile for handling gov_user plugin --- .gitmodules | 3 +++ Makefile | 6 ++++++ gov_user | 1 + 3 files changed, 10 insertions(+), 0 deletions(-) create mode 160000 gov_user diff --git a/.gitmodules b/.gitmodules index 90484f0..d1ffba7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "spb_migrations"] path = spb_migrations url = git@portal.softwarepublico.gov.br:softwarepublico/spb_migrations.git +[submodule "gov_user"] + path = gov_user + url = git@softwarepublico.gov.br:softwarepublico/gov_user.git diff --git a/Makefile b/Makefile index cac2327..468367e 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,12 @@ install: cp -vr spb_migrations/* $(DESTDIR)/$(plugins_dir)/spb_migrations/ install -d -m 0755 $(DESTDIR)/$(themes_dir)/noosfero-spb-theme cp -vr noosfero-spb-theme/* $(DESTDIR)/$(themes_dir)/noosfero-spb-theme/ + install -d -m 0755 $(DESTDIR)/$(plugins_dir)/gov_user + cp -vr gov_user/* $(DESTDIR)/$(plugins_dir)/gov_user/ cd $(DESTDIR)/$(plugins_dir)/software_communities/ && \ mkdir -p locale/pt/LC_MESSAGES && \ msgfmt -o locale/pt/LC_MESSAGES/software_communities.mo po/pt/software_communities.po + cd .. + cd $(DESTDIR)/$(plugins_dir)/gov_user/ && \ + mkdir -p locale/pt/LC_MESSAGES && \ + msgfmt -o locale/pt/LC_MESSAGES/gov_user.mo po/pt/gov_user.po diff --git a/gov_user b/gov_user new file mode 160000 index 0000000..6a02343 --- /dev/null +++ b/gov_user @@ -0,0 +1 @@ +Subproject commit 6a02343af2e4d078503db34bacbc1c53d3682035 -- libgit2 0.21.2