Skip to content

Commit

Permalink
Merge pull request #7 from wenzhenl/main
Browse files Browse the repository at this point in the history
Added PDF version
  • Loading branch information
Omar Nomad authored May 3, 2023
2 parents 5336ea0 + 3e4b14c commit 61512bf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/bash

.SILENT: dependencies clean venv fetch merge epub words count mobi

all: clean venv fetch merge epub mobi
all: clean venv fetch merge epub mobi pdf

clean:
@echo "🗑 Cleaning up the room..."
Expand Down Expand Up @@ -43,3 +43,9 @@ mobi:
@echo "📒 Binding MOBI... "
ebook-convert graham.epub graham.mobi
@echo "🎉 MOBI file created."

pdf:
${epub}
@echo "📒 Binding PDF... "
ebook-convert graham.epub graham.pdf
@echo "🎉 PDF file created."

0 comments on commit 61512bf

Please sign in to comment.