summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-01-18 20:39:30 -0800
committerKeith Packard <keithp@keithp.com>2011-01-18 20:44:12 -0800
commit92d7841edcfc8a841f71f7f97cc541f8e55c4627 (patch)
tree6fcf7805dd8f48ba08a18e1ed64b788e4c23300f /doc
parentc411dce69be58238b8312c2fd7405cbe8b5d4a5a (diff)
doc: Don't delete telemetrum-outline.pdf
This has a drilling template for the board. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index ef3ef6d1..ea030189 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -31,10 +31,10 @@ publish: $(DOC)
git push)
clean:
- rm -f *.html *.pdf *.fo
+ rm -f $(HTML) $(PDF) *.fo
distclean:
- rm -f *.html *.pdf *.fo
+ rm -f $(HTML) $(PDF) *.fo
indent: altusmetrum.xsl
xmlindent -i 2 < altusmetrum.xsl > altusmetrum.new