forgot this in the last commit

This commit is contained in:
Kovid Goyal 2007-10-06 03:32:03 +00:00
parent 59faf929ea
commit 6bed1e2372

View File

@ -178,7 +178,8 @@ def option_parser(usage):
help='''Preprocess Baen HTML files to improve generated LRF.''') help='''Preprocess Baen HTML files to improve generated LRF.''')
prepro.add_option('--pdftohtml', action='store_true', default=False, dest='pdftohtml', prepro.add_option('--pdftohtml', action='store_true', default=False, dest='pdftohtml',
help='''You must add this option if processing files generated by pdftohtml, otherwise conversion will fail.''') help='''You must add this option if processing files generated by pdftohtml, otherwise conversion will fail.''')
prepro.add_option('--book-designer', action='store_true', default=False, dest='book_designer',
help='''Use this option on html0 files from Book Designer.''')
fonts = parser.add_option_group('FONT FAMILIES', fonts = parser.add_option_group('FONT FAMILIES',
'''Specify trutype font families for serif, sans-serif and monospace fonts. ''' '''Specify trutype font families for serif, sans-serif and monospace fonts. '''