summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2017-11-14 13:36:18 +0000
committerJames Youngman <jay@gnu.org>2017-11-14 13:42:37 +0000
commite34eaa2695c268ba2810afcc22513bfa470c6c75 (patch)
treed0de8e75ab6888c0400128a6b3d6d0ca1fa2693d /po
parent1063a3667e82b27e6f7aaca4eed4a070466bc42a (diff)
downloadfindutils-e34eaa2695c268ba2810afcc22513bfa470c6c75.tar.gz
po: delete po/remove-potcdate.sed so that "make distcheck" works.
* po/remove-potcdate.sed: the presence of this generated file causes "make distcheck" to fail on VPATH builds. Deleting it fixes this.
Diffstat (limited to 'po')
-rw-r--r--po/remove-potcdate.sed11
1 files changed, 0 insertions, 11 deletions
diff --git a/po/remove-potcdate.sed b/po/remove-potcdate.sed
deleted file mode 100644
index edb38d70..00000000
--- a/po/remove-potcdate.sed
+++ /dev/null
@@ -1,11 +0,0 @@
-/^"POT-Creation-Date: .*"$/{
-x
-s/P/P/
-ta
-g
-d
-bb
-:a
-x
-:b
-}