diff --git a/docbook-utils.spec b/docbook-utils.spec index 46865e7..41a6957 100644 --- a/docbook-utils.spec +++ b/docbook-utils.spec @@ -1,6 +1,6 @@ Name: docbook-utils Version: 0.6.9 -Release: 2 +Release: 2.1 Group: Applications/Text Summary: Shell scripts for managing DocBook documents. @@ -105,6 +105,9 @@ rm -rf $DESTDIR /usr/bin/db2pdf %changelog +* Thu Apr 11 2002 Tim Waugh 0.6.9-2.1 +- Disable use-id-as-filename in gdp-both.dsl. + * Mon Aug 13 2001 Tim Waugh 0.6.9-2 - Larger bottom margin in gdp-both.dsl to fix RTF output (bug #49677). diff --git a/gdp-both.dsl b/gdp-both.dsl index 4d27580..5d231ce 100644 --- a/gdp-both.dsl +++ b/gdp-both.dsl @@ -25,6 +25,7 @@ ;;# # ;;# This is Version 1.0-4 # ;;# patched to fix RTF output (#49677) # +;;# disable use-id-as-filename # ;;####################################################################### --> @@ -571,7 +572,7 @@ ;;Use element ids as filenames? (define %use-id-as-filename% - #t) + #f) ;;=========================