Fix pdf build on jessie
[carnet-upgrade.git] / debian / perl5 / DebianDoc_SGML / Locale / hr_HR.UTF-8 / XML
diff --git a/debian/perl5/DebianDoc_SGML/Locale/hr_HR.UTF-8/XML b/debian/perl5/DebianDoc_SGML/Locale/hr_HR.UTF-8/XML
deleted file mode 100644 (file)
index 0d802f1..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-## -*- perl -*-
-## ----------------------------------------------------------------------
-## Locale/en_US.ISO8859-1/XML: locale for ALL output in XML format
-## ----------------------------------------------------------------------
-
-## ----------------------------------------------------------------------
-%locale = (
-          'charset' => 'utf-8',
-          'abstract' => 'Abstract',
-          'copyright notice' => 'Copyright Notice',
-          'contents' => 'Contents',
-          'chapter' => sub { return "Chapter $_[0]" },
-          'appendix' => sub { return "Appendix $_[0]" },
-          'section' => sub { return "Section $_[0]" },
-          'subsection' => sub { return "Section $_[0]" },
-          'subsubsection' => sub { return "Section $_[0]" },
-          'paragraph' => sub { return "Section $_[0]" },
-          'subparagraph' => sub { return "Section $_[0]" },
-          'footnotes' => 'Footnotes',
-          'comments' => 'Comments',
-          'next' => 'next',
-          'previous' => 'previous',
-          );
-
-## ----------------------------------------------------------------------