diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-20 07:24:22 +0200 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-20 07:24:22 +0200 |
commit | 64f887a0ffde177dd756366df820200422fe5462 (patch) | |
tree | 37f9fdb9d4b2715413bd62019c0878388bda386e /po/Makefile | |
parent | be30203459f6994f650ed56b9f7da88b8c98c137 (diff) |
fixes for Danish integration
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index cef2ec879..01071237f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -61,10 +61,10 @@ underlays_copy_stamp: cp -a ../$$file underlays/directives/ikiwiki/directive || \ install -m 644 ../$$file underlays/directives/ikiwiki/directive; \ done + install -d underlays/empty touch $@ underlays: underlays_copy_stamp - install -d underlays/empty ../ikiwiki.out -libdir .. -setup underlay.setup -refresh ../underlays/locale: po2wiki_stamp |