From e72a3b88d2c1ff8854b81dd4fea0ca58dbd3d140 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 16 May 2010 15:40:50 +0200 Subject: [PATCH] [Makefile] add po/ dir to build system --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b74d1b5..4f5e5b6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = examples molecule +SUBDIRS = examples molecule po PREFIX = /usr BINDIR = $(PREFIX)/bin DESTDIR = @@ -15,4 +15,4 @@ install: for d in $(SUBDIRS); do make -C $$d install; done # install the application mkdir -p $(DESTDIR)$(BINDIR) - install -m 755 molecule.py $(DESTDIR)$(BINDIR)/molecule \ No newline at end of file + install -m 755 molecule.py $(DESTDIR)$(BINDIR)/molecule