]> sjero.net Git - wget/blobdiff - doc/texi2pod.pl
Explicit rules to build en@{quot,boldquot}.po.
[wget] / doc / texi2pod.pl
index daad3f6d706abb961aacf7709867c71ab61e2fb1..9c6d8cc27928a958afad368eadcc9f7ab364cfa2 100755 (executable)
@@ -1,6 +1,7 @@
 #! /usr/bin/env perl
 
-#   Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+#   Copyright (C) 1999, 2000, 2001, 2003, 2007 Free Software
+#   Foundation, Inc.
 
 # This file is part of GCC.
 
@@ -204,9 +205,9 @@ while(<$inf>) {
     # Now the ones that have to be replaced by special escapes
     # (which will be turned back into text by unmunge())
     s/&/&amp;/g;
+    s/\@\@/&at;/g;
     s/\@\{/&lbrace;/g;
     s/\@\}/&rbrace;/g;
-    s/\@\@/&at;/g;
 
     # Inside a verbatim block, handle @var specially.
     if ($shift ne "") {