diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2024-10-24 13:37:34 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2024-10-24 13:37:34 -0700 |
| commit | c85da9dc03afdaa0df28f50ffb7f08aa0002adcc (patch) | |
| tree | 3dd3ddb61146e52e508a0e6436320c385c68a87f | |
| parent | 650c6720d7ef032a42e5021e32c3ef1c960df983 (diff) | |
The generated Makefile does not need to spell out the colophon stuff
| -rw-r--r-- | templates/Makefile.erb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/Makefile.erb b/templates/Makefile.erb index bff4d4c..1e38505 100644 --- a/templates/Makefile.erb +++ b/templates/Makefile.erb @@ -16,11 +16,6 @@ EPUB_CATNO= MSM-00006 EPUB_REVDATE= 1970-01-01 EPUB_SERIESNAME= <% @opts[:seriesname] %> -COLOPHON_TEMPLATE= adoc/colophon-template.adoc.erb -PAPERBACK_COLOPHON_FILE= colophon-paperback.adoc -HARDCOVER_COLOPHON_FILE= colophon-hardcover.adoc -EPUB_COLOPHON_FILE= colophon-epub.adoc - ########## ########## ########## CHAPTERS+= adoc/part01.adoc |
