diff options
author | Michael Vogt <mvo@debian.org> | 2015-09-12 11:10:27 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2015-09-12 11:10:27 +0200 |
commit | f499067e6114526020d2d199e9dad70cae1d8bdb (patch) | |
tree | ae32db4ceaff9b5b3f6be33abea8e8971235f733 /po/makefile | |
parent | 6850ae776d4f16b24048c4a64e21d60149b0a9fa (diff) |
Fix silly typo
Git-Dch: ignore
Diffstat (limited to 'po/makefile')
-rw-r--r-- | po/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/po/makefile b/po/makefile index 51472196e..0e52db75a 100644 --- a/po/makefile +++ b/po/makefile @@ -40,7 +40,6 @@ $(POTFILES) : $(PO)/%.pot : cat $(PO)/domains/$*/*.srclist > $(PO)/POTFILES_$*.in $(XGETTEXT) --default-domain=$* --directory=$(BASE) \ --add-comments --foreign --keyword=_ --keyword=N_ \ - # avoid the huge churn on each make update-pot --no-location \ --keyword=P_:1,2 \ --files-from=$(PO)/POTFILES_$*.in -o $(PO)/domains/$*/c.pot.tmp |