summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-02-09 23:31:54 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-02-09 23:31:54 +0800
commita7d109ad925d3dc057c9135ea6d880ddc20de200 (patch)
tree3fe77cf9dae2a99e634fe1afe5091854daa1cb0d
parented356a2a315e1028937c6ed94771c519eb448385 (diff)
downloadmisc-tools-a7d109ad925d3dc057c9135ea6d880ddc20de200.tar.gz
misc-tools-a7d109ad925d3dc057c9135ea6d880ddc20de200.tar.zst
misc-tools-a7d109ad925d3dc057c9135ea6d880ddc20de200.zip
Makefile: Add a rule to convert asciidoc to latex using pandoc
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c04d498..c580a74 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
.c .C .cc .cxx .cpp .o .so .bin \
.txt .adoc .asciidoc .docbook \
.md .mkd .markdown \
- .html .pdf
+ .html .tex .pdf
# Defaults
CP= cp
@@ -100,3 +100,5 @@ ASCIIDOC_PDF_COMMAND_0= $(ASCIIDOC_PDF_COMMAND_no)
.asciidoc.pdf:
$(ASCIIDOC_PDF_COMMAND)
+.asciidoc.tex:
+ $(ASCIIDOC_PDF_COMMAND)