4
Makefile
4
Makefile
@@ -34,8 +34,8 @@ deps:
|
||||
|
||||
.PHONY: pdf
|
||||
pdf: build deps
|
||||
@echo "Generating PDF with headless Chrome..."
|
||||
@$(GO) run ./cmd/pdf --in $(OUT_DIR)/print.html --out $(PDF)
|
||||
@echo "Generating PDF by rendering each page and merging..."
|
||||
@$(GO) run ./cmd/pdfbook --pages $(OUT_DIR) --order pages.yaml --out $(PDF)
|
||||
|
||||
.PHONY: pdf-2up
|
||||
pdf-2up: build deps
|
||||
|
||||
Reference in New Issue
Block a user