[Makefile] add po/ dir to build system

This commit is contained in:
Fabio Erculiani
2010-05-16 15:40:50 +02:00
parent 52b826370d
commit b782b4ac1e
+2 -2
View File
@@ -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
install -m 755 molecule.py $(DESTDIR)$(BINDIR)/molecule