diff options
| -rw-r--r-- | mk/willora.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/willora.mk b/mk/willora.mk index 8606431..4199622 100644 --- a/mk/willora.mk +++ b/mk/willora.mk @@ -29,6 +29,12 @@ CUSTOM_PDF_CONVERTER= ${WILLORABASE}/lib/willora_pdf_converter.rb .PHONY: all all: ${PDF_OUT} ${EPUB_OUT} +.PHONY: pdf +pdf: ${PDF_OUT} + +.PHONY: epub +epub: ${EPUB_OUT} + ########## ########## ########## # XXX: Figure out why I can't do this: |
