specify the footer to use

This commit is contained in:
Martin A. Brown 2016-03-16 16:12:25 -07:00
parent 402bda5fb7
commit d094e9365a
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class Linuxdoc(BaseDoctype, SignatureChecker):
--size universal \\ --size universal \\
--firstpage p1 \\ --firstpage p1 \\
--format pdf \\ --format pdf \\
--footer c.1 \\
--outfile "{output.name_pdf}" \\ --outfile "{output.name_pdf}" \\
"{output.name_htmls}"''' "{output.name_htmls}"'''
return self.shellscript(s, **kwargs) return self.shellscript(s, **kwargs)