diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-18 01:34:14 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-18 01:34:14 +0100 |
commit | 2f3c3317fa9250309d9bc4405d1e27f859a52148 (patch) | |
tree | bb5f81884847d22531011189b9356db664c5c48d /maint.mk | |
parent | c4da75a09ab18141b75f2d7fc8b10c6962d77735 (diff) | |
download | gnutls-2f3c3317fa9250309d9bc4405d1e27f859a52148.tar.gz |
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ refresh-po: wget --no-verbose --directory-prefix $(PODIR) --no-directories --recursive --level 1 --accept .po --accept .po.1 $(POURL) && \ echo 'en@boldquot' > $(PODIR)/LINGUAS && \ echo 'en@quot' >> $(PODIR)/LINGUAS && \ - ls $(PODIR)/*.po | sed 's/.po//' | sed 's,$(PODIR)/,,' | sort >> $(PODIR)/LINGUAS + ls $(PODIR)/*.po | sed 's/\.po//' | sed 's,$(PODIR)/,,' | sort >> $(PODIR)/LINGUAS INDENT_SOURCES ?= $(C_SOURCES) .PHONY: indent |