Skip to content

Commit

Permalink
PO: Makefile.am: remove old awk utility for XML strings
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <timj@gnu.org>
  • Loading branch information
tim-janik committed Aug 25, 2018
1 parent b7bde6f commit 3685762
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 302 deletions.
297 changes: 0 additions & 297 deletions config/intlfix-xml.awk

This file was deleted.

5 changes: 0 additions & 5 deletions po/Makefile.am
Expand Up @@ -22,10 +22,6 @@ Vignore = $(if $(findstring 1, $(V)) , : ,)

# Translatable file types
#
POSRC_TYPES += XML
POSRC_XML_PATTERN = '\.xml\(.in\)\?$$'
POSRC_XML_FILTER = gawk -f $(INTLFIXDIR)/intlfix-xml.awk
#
POSRC_TYPES += IDL
POSRC_IDL_PATTERN = '\.idl\(.in\)\?$$'
POSRC_IDL_FILTER =
Expand All @@ -46,7 +42,6 @@ POFILES = $(patsubst %, %.po, $(TRANSLATIONS))
INTLFIXDIR = $(top_builddir)/$(ac_aux_dir)
#EXTRA_DIST += LINGUAS POTIGNORE poscan.list POTSKIP $(POFILES) messages.po
#EXTRA_DIST += $(INTLFIXDIR)/intltool-merge
#EXTRA_DIST += $(INTLFIXDIR)/intlfix-xml.awk
CLEANFILES += $(GMOFILES)
KEYWORDS = _ N_ U_ Q_ _:1,2,3t
TEXTFLAGS = _:1:pass-c-format
Expand Down

0 comments on commit 3685762

Please sign in to comment.