surum-version
This commit is contained in:
parent
20adc954d7
commit
d311007b98
|
@ -105,7 +105,7 @@ Known values for OPTION are:
|
||||||
--prefix=DIR change the output directory for catalog files
|
--prefix=DIR change the output directory for catalog files
|
||||||
[default $DIR]
|
[default $DIR]
|
||||||
--show display the output filenames and paths
|
--show display the output filenames and paths
|
||||||
--surum=x.y.z change the DocBook version [default $VERSION]
|
--version=x.y.z change the DocBook version [default $VERSION]
|
||||||
--debug display script action information
|
--debug display script action information
|
||||||
--help display this help and exit
|
--help display this help and exit
|
||||||
EOF
|
EOF
|
||||||
|
@ -229,7 +229,7 @@ while test $# -gt 0; do
|
||||||
show=1
|
show=1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
-v=* | --surum=*)
|
-v=* | --version=*)
|
||||||
VERSION=$optarg
|
VERSION=$optarg
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -492,10 +492,10 @@ for version in current 1.39 1.40 1.41 1.42 1.43 1.44 1.45 1.46 1.47 \
|
||||||
1.48 1.49 1.50
|
1.48 1.49 1.50
|
||||||
do
|
do
|
||||||
xmlcatalog --noout --add "rewriteSystem" \
|
xmlcatalog --noout --add "rewriteSystem" \
|
||||||
"http://docbook.sourceforge.net/release/xsl/$surum" \
|
"http://docbook.sourceforge.net/release/xsl/$version" \
|
||||||
"file://$xsldir" $CATALOG
|
"file://$xsldir" $CATALOG
|
||||||
xmlcatalog --noout --add "rewriteURI" \
|
xmlcatalog --noout --add "rewriteURI" \
|
||||||
"http://docbook.sourceforge.net/release/xsl/$surum" \
|
"http://docbook.sourceforge.net/release/xsl/$version" \
|
||||||
"file://$xsldir" $CATALOG
|
"file://$xsldir" $CATALOG
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,8 @@ static const char appfinder_preferences_ui[] __attribute__ ((__aligned__ (4))) =
|
||||||
static const char appfinder_preferences_ui[] =
|
static const char appfinder_preferences_ui[] =
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
"<?xml surum=\"1.0\" encoding=\"UTF-8\"?><interface><requires lib=\"gt"
|
"<?xml version=\"1.0\" encoding=\"UTF-8\"?><interface><requires lib=\"gt"
|
||||||
"k+\" surum=\"2.20\"/><object class=\"GtkListStore\" id=\"action-types"
|
"k+\" version=\"2.20\"/><object class=\"GtkListStore\" id=\"action-types"
|
||||||
"\"><columns><column type=\"gchararray\"/></columns><data><row><col id=\""
|
"\"><columns><column type=\"gchararray\"/></columns><data><row><col id=\""
|
||||||
"0\" translatable=\"yes\">Prefix</col></row><row><col id=\"0\" translata"
|
"0\" translatable=\"yes\">Prefix</col></row><row><col id=\"0\" translata"
|
||||||
"ble=\"yes\">Regular Expression</col></row></data></object><object class"
|
"ble=\"yes\">Regular Expression</col></row></data></object><object class"
|
||||||
|
|
Loading…
Reference in New Issue