aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-09 09:42:25 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-09 09:42:25 +0000
commitca2f596b19b8966d734323db250d49c0d982d224 (patch)
tree49f1f31ebdad4d42824d720fe12d42285ef1e4ba /doc/Makefile
parent79c6d85b134e425d9b495c469c81ea18c6be4464 (diff)
Added default target
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index fc767822..d61984d2 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -44,6 +44,8 @@ TMPFILE=pgt
.SUFFIXES: .texi .info .dvi .html .pdf .ps .eps .tiff .gz
+default: doc
+
.texi.info:
$(MAKEINFO) $<
@@ -109,6 +111,7 @@ ProofGeneralPortrait.pdf:
##
doc: dvi info
+
##
## all : build all documentation targets
##