Makefile: do not create i18n/, it is already there
authorMartin Geisler <mg@lazybytes.net>
Tue, 26 May 2009 19:51:22 +0200
changeset 8625 34754aa62cd8
parent 8624 2b3dec0ef3ae
child 8626 1fc1c77d4863
Makefile: do not create i18n/, it is already there
Makefile
--- a/Makefile	Mon May 25 23:06:11 2009 +0200
+++ b/Makefile	Tue May 26 19:51:22 2009 +0200
@@ -80,7 +80,6 @@
 update-pot: i18n/hg.pot
 
 i18n/hg.pot: $(PYTHON_FILES)
-	mkdir -p i18n
 	$(PYTHON) i18n/hggettext mercurial/commands.py \
 	  hgext/*.py hgext/*/__init__.py > i18n/hg.pot
         # All strings marked for translation in Mercurial contain