Change default FOP configuration file: /etc/docbuilder/fop.xconf

This commit is contained in:
Peter Mosmans
2017-05-10 19:40:43 +10:00
parent ddf2baf85e
commit cc5f0ac6a4

View File

@@ -57,12 +57,12 @@ the Free Software Foundation, either version 3 of the License, or
parser.add_argument('-date', action='store', parser.add_argument('-date', action='store',
help='the invoice date') help='the invoice date')
parser.add_argument('-execsummary', action='store', parser.add_argument('-execsummary', action='store',
help="""create an executive summary as well as a report (true/false). help="""create an executive summary as well as a report (true/false).
Default: false """) Default: false """)
parser.add_argument('--fop-config', action='store', parser.add_argument('--fop-config', action='store',
default='/etc/docbuilder/rosfop.xconf', default='/etc/docbuilder/fop.xconf',
help="""fop configuration file (default help="""fop configuration file (default
/etc/docbuilder/rosfop.xconf""") /etc/docbuilder/fop.xconf""")
parser.add_argument('-f', '--fop', action='store', parser.add_argument('-f', '--fop', action='store',
default='../target/report.fo', default='../target/report.fo',
help="""intermediate fop output file (default: help="""intermediate fop output file (default: