Skip to content

Commit

Permalink
Nicer order in main makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cdlm committed Oct 19, 2016
1 parent f7ebb3e commit 3d177c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions book/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ LATEXCHAPTERTEMPLATE = support/templates/chapter.latex.mustache
HTMLTEMPLATE = support/templates/html.mustache
HTMLCHAPTERTEMPLATE = $(HTMLTEMPLATE)

include support/makefiles/help.mk
include support/makefiles/prepare.mk

.DEFAULT_GOAL = help

.phony: all book chapters

all: pdf html ## Build everything in all formats
book: pdfbook htmlbook ## Full book only, all formats
chapters: pdfchapters htmlchapters ## Separate chapters, all formats

include support/makefiles/help.mk
include support/makefiles/prepare.mk

include support/makefiles/pdf.mk
include support/makefiles/html.mk
include support/makefiles/epub.mk

0 comments on commit 3d177c4

Please sign in to comment.