summaryrefslogtreecommitdiff
path: root/po/insert-header.sin
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-03-16 23:12:05 +0100
committerraveit65 <[email protected]>2020-03-28 13:50:33 +0100
commit5ea4567c1454d8b030fb9c53679c4294861a3996 (patch)
tree7dd1ab5c0f707c52e2442a89b6704e700fae82a8 /po/insert-header.sin
parentd7c81fd352f6b299fdc8005f55b1962aab44a9f8 (diff)
downloadmate-notification-daemon-5ea4567c1454d8b030fb9c53679c4294861a3996.tar.bz2
mate-notification-daemon-5ea4567c1454d8b030fb9c53679c4294861a3996.tar.xz
build: Remove generated files
Diffstat (limited to 'po/insert-header.sin')
-rw-r--r--po/insert-header.sin23
1 files changed, 0 insertions, 23 deletions
diff --git a/po/insert-header.sin b/po/insert-header.sin
deleted file mode 100644
index b26de01..0000000
--- a/po/insert-header.sin
+++ /dev/null
@@ -1,23 +0,0 @@
-# Sed script that inserts the file called HEADER before the header entry.
-#
-# At each occurrence of a line starting with "msgid ", we execute the following
-# commands. At the first occurrence, insert the file. At the following
-# occurrences, do nothing. The distinction between the first and the following
-# occurrences is achieved by looking at the hold space.
-/^msgid /{
-x
-# Test if the hold space is empty.
-s/m/m/
-ta
-# Yes it was empty. First occurrence. Read the file.
-r HEADER
-# Output the file's contents by reading the next line. But don't lose the
-# current line while doing this.
-g
-N
-bb
-:a
-# The hold space was nonempty. Following occurrences. Do nothing.
-x
-:b
-}