aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-04 21:05:13 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-04 21:05:13 +0000
commit608ef106b5e79f2da4bacec4db8d8f3f21bd8373 (patch)
tree229bd894c139a8a861753bb2443466f4bb695b26 /Makefile
parent4d439c8ce17e2bbb6adc3fa7a111bfe35c4bb19e (diff)
downloadtransfugdrake-608ef106b5e79f2da4bacec4db8d8f3f21bd8373.tar
transfugdrake-608ef106b5e79f2da4bacec4db8d8f3f21bd8373.tar.gz
transfugdrake-608ef106b5e79f2da4bacec4db8d8f3f21bd8373.tar.bz2
transfugdrake-608ef106b5e79f2da4bacec4db8d8f3f21bd8373.tar.xz
transfugdrake-608ef106b5e79f2da4bacec4db8d8f3f21bd8373.zip
install po as well
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d7d62f1..f632df6 100644
--- a/Makefile
+++ b/Makefile
@@ -40,3 +40,4 @@ install:
install -d $(SBINDIR) $(ICONSDIR)
install -m755 $(NAME) $(SBINDIR)
install -m644 $(wildcard data/icons/*.png) $(ICONSDIR)
+ for d in $(SUBDIRS); do make -C $d $@; done