Poly rendering to only a subset of formats
#112
Open
opened 3 years ago by bluebear94
·
0 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I currently have some source files that get rendered to HTML documents:
Now I want to create a PDF named
grammar.pdf
containing the contents of each of these pages as a chapter, so naturally I'd useget-doc
andget-metas
. This seems to work fine, but getting the contents ofgrammar/about.html
renders it in HTML mode; you'd have to renameabout.html.pm
toabout.poly.pm
, with similar renaming for all the other chapters.However, I don't want to render a
about.pdf
orgrammar.html
file. Is there a way to somehow indicate that a file by itself is rendered in only one format (in this case, HTML) but might have its contents included in one rendered in another (PDF)?