summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-03-09 17:24:31 -0500
committerJames Vasile <james@hackervisions.org>2011-03-09 17:24:31 -0500
commit14a7a215361d042ac0bb86549f3cd7a5f43dd63c (patch)
treeed32d9cf91b2c879fbece54ed970046ae4310a89 /doc
parent15b2cb9ac4025a3fbbf4632b80e6ed9ca4c79b7b (diff)
latex and pdf files are optional targets, not default
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 7b97c66..9efe8f7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -20,13 +20,14 @@ LATEX=plinth.tex $(patsubst %.mdwn,%.tex,$(SOURCES))
PDF=plinth.pdf $(patsubst %.mdwn,%.pdf,$(SOURCES))
MAN=plinth.1
-OUTPUTS=$(HTML) $(LATEX) $(MAN) $(PDF) $(HTML_PART)
+## If you want PDF or Latex files, do them separately. They're not made by default.
+
+OUTPUTS=$(HTML) $(MAN) $(HTML_PART)
DIST_OUTPUT=$(patsubst %,$(DOCDIR)/%,$(OUTPUTS))
# Yes, do it twice. TODO created during the process requires a second run
default:
make all
- make all
all: oneline.txt $(OUTPUTS) Makefile
$(DOCDIR)/%: %