From 52fb0aea1d2ec88d0ac68cdaf1b3489dc76554a7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 26 Dec 2002 10:24:10 +0000 Subject: remove shit generated by gettextize --- po/insert-header.sin | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 po/insert-header.sin (limited to 'po/insert-header.sin') diff --git a/po/insert-header.sin b/po/insert-header.sin deleted file mode 100644 index b26de01f..00000000 --- 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 -} -- cgit v1.2.3