[xml/sgml-commit] [SCM] linuxdoc-tools package for Debian. branch, master, updated. debian/0.9.56-19-g02a72b4

Agustin Martin Domingo agmartin at debian.org
Tue Feb 17 13:36:45 UTC 2009


The following commit has been merged in the master branch:
commit 99f78931b464f38290de48a1cc65b22e8bbd72a5
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Sun Nov 9 23:19:20 2008 +0100

    info-postASP.awk: make sure ref names are sanitized as other node names

diff --git a/lib/filters/info-postASP.awk b/lib/filters/info-postASP.awk
index 98a4b85..5ece179 100644
--- a/lib/filters/info-postASP.awk
+++ b/lib/filters/info-postASP.awk
@@ -132,7 +132,7 @@ END {
       {
       }
       else if ( $1=="@REF" ) {
-	 print "@ref{" labels[$2] "}";
+	 print "@ref{" cleannodename(labels[$2]) "}";
       }
       else if ( $1=="@SUB" ) {
          if ( firstsec==1 ) {

-- 
linuxdoc-tools package for Debian.



More information about the debian-xml-sgml-commit mailing list