epub: minor restructuring of source locations

FossilOrigin-Name: 522f32b3aa14ccc1ca01350073b3251e68bc10a755c83e5b9ee473f4866f5e6e
This commit is contained in:
crc 2020-10-01 16:50:36 +00:00
parent 813826fada
commit c3a55274ac
2 changed files with 1 additions and 9 deletions

View file

@ -16,7 +16,6 @@ Our structure will look like:
|-- toc.ncx
|-- chapters/...
Begin by defining some helper functions for writing to a
file.
@ -101,12 +100,6 @@ Then create `META-INF/container.xml`.
~~~
<navPoint id="hello" playOrder="1">
<navLabel><text>cover</text></navLabel>
<content src="1_hello.xhtml" />
</navPoint>
# Create the CONTENT.OPF
Create `content.opf`. This will need to lest all of the files
@ -149,7 +142,7 @@ drop
~~~
'Convert_chapters_to_XHTML s:put nl
'retro_tools/book-chapters-to-xhtml.retro unix:system
'retro_tools/epub/chapters-to-xhtml.retro unix:system
~~~
# Assemble the pieces
@ -178,6 +171,5 @@ Cleanup is the final step. Remove the temporary epub directory
~~~
'Cleanup s:put nl
'cp_-r_chapters_~/atua unix:system
'rm_-rf_epub_chapters unix:system
~~~