chiark
/
gitweb
/
~mdw
/
zones
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b32a0
)
Makefile.m4: Make the LaTeX documnt be optional.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 22 May 2011 14:40:39 +0000
(15:40 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 22 May 2011 14:40:39 +0000
(15:40 +0100)
Makefile.m4
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.m4
b/Makefile.m4
index 75c33a56d7edfedefdd0dbd093b16f2054ca8c9a..eee02913cd9a1acf3d35dcbaf0b6cb4dcc1275b1 100644
(file)
--- a/
Makefile.m4
+++ b/
Makefile.m4
@@
-64,7
+64,8
@@
m4_divert(20)
###--------------------------------------------------------------------------
### Rules
-all: $(ALL_ZONE_FILES) $(DOC_OUTPUTS)
+all: $(ALL_ZONE_FILES)
+doc: $(DOC_OUTPUTS)
install: all
##