We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ada7c commit eb71ec1Copy full SHA for eb71ec1
docs/Makefile
@@ -4,10 +4,10 @@ DOCFILES=docs/index.md docs/install.md docs/configuration.md docs/running.md doc
4
5
all : site docs.pdf
6
7
-site : mkdocs.yml docs/*
+site : mkdocs.yml $(DOCFILES)
8
mkdocs build
9
10
-docs.pdf : docs/*
+docs.pdf : template.tex $(DOCFILES)
11
pandoc --from markdown+gfm_auto_identifiers+footnotes $(DOCFILES) --template template.tex --top-level-division=chapter --lua-filter=convert-links.lua -s -o docs.pdf
12
13
v : docs.pdf
0 commit comments