auto-import docbook-utils-0.6.9-2.1 from docbook-utils-0.6.9-2.1.src.rpm

This commit is contained in:
cvsdist 2004-09-09 04:20:35 +00:00
parent ada2ed3580
commit 30fb95e1cb
2 changed files with 6 additions and 2 deletions

View File

@ -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 <twaugh@redhat.com> 0.6.9-2.1
- Disable use-id-as-filename in gdp-both.dsl.
* Mon Aug 13 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-2
- Larger bottom margin in gdp-both.dsl to fix RTF output (bug #49677).

View File

@ -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)
;;=========================