feat: Updates makefile
This commit is contained in:
14
Makefile
14
Makefile
@@ -11,18 +11,12 @@ pdf: ansible
|
|||||||
&& osascript ./scripts/notify.scpt
|
&& osascript ./scripts/notify.scpt
|
||||||
|
|
||||||
.PHONY: tex
|
.PHONY: tex
|
||||||
tex: gen
|
tex: ansible
|
||||||
@pandoc \
|
@./scripts/gen.sh "${BUILD_DIR}" "${BUILD_DIR}/${TEX_TITLE}"
|
||||||
-H resources/head.tex \
|
|
||||||
-H "${BUILD_DIR}/footer.tex" \
|
|
||||||
-o "${BUILD_DIR}/${TEX_TITLE}" \
|
|
||||||
"${BUILD_DIR}/${OUT_FILE}"
|
|
||||||
|
|
||||||
.PHONY: html
|
.PHONY: html
|
||||||
html: gen
|
html: ansible
|
||||||
@pandoc \
|
@./scripts/gen.sh "${BUILD_DIR}" "${BUILD_DIR}/${HTML_TITLE}" \
|
||||||
-o "${BUILD_DIR}/${HTML_TITLE}" \
|
|
||||||
"${BUILD_DIR}/${OUT_FILE}" \
|
|
||||||
&& open "${BUILD_DIR}/${HTML_TITLE}"
|
&& open "${BUILD_DIR}/${HTML_TITLE}"
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
|
|||||||
Reference in New Issue
Block a user