mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-12-22 07:01:08 +00:00
Move book.adoc to root
This commit is contained in:
4
Makefile
4
Makefile
@@ -16,13 +16,13 @@ ASCIIDOC_FLAGS = \
|
||||
all: $(PDF_PATH) $(EPUB_PATH)
|
||||
|
||||
$(PDF_PATH): $(ASCIIDOC_FILES) $(FIGURES) Makefile metadata.yaml | output
|
||||
asciidoctor-pdf source/book.adoc $(ASCIIDOC_FLAGS) \
|
||||
asciidoctor-pdf book.adoc $(ASCIIDOC_FLAGS) \
|
||||
-o $@ \
|
||||
-r asciidoctor-diagram \
|
||||
-r asciidoctor-mathematical
|
||||
|
||||
$(EPUB_PATH): $(ASCIIDOC_FILES) $(FIGURES) Makefile metadata.yaml | output
|
||||
asciidoctor-epub3 source/book.adoc $(ASCIIDOC_FLAGS) \
|
||||
asciidoctor-epub3 book.adoc $(ASCIIDOC_FLAGS) \
|
||||
-o $@ \
|
||||
-r asciidoctor-diagram \
|
||||
-r asciidoctor-mathematical
|
||||
|
||||
Reference in New Issue
Block a user