aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2006-12-21 21:58:10 +0000
committerTom Yu <tlyu@mit.edu>2006-12-21 21:58:10 +0000
commitfea0fcd723791636645b6fbad4f55f49cd2806c6 (patch)
tree1f2aa47ad3eeef8ff31fd4b7f30b7b704978eea7 /doc
parent834781dab24867e18dd2bd307bb4cf81159fbb58 (diff)
downloadkrb5-fea0fcd723791636645b6fbad4f55f49cd2806c6.zip
krb5-fea0fcd723791636645b6fbad4f55f49cd2806c6.tar.gz
krb5-fea0fcd723791636645b6fbad4f55f49cd2806c6.tar.bz2
don't split HTML output from makeinfo
* doc/Makefile (HTML): To avoid generating excessively long filenames, don't split HTML output. ticket: new target_version: 1.6 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19002 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 652cf9d..8be5b3e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,7 +3,7 @@ DVI=texi2dvi
DVIPS=dvips -o "$@"
PSPDF=ps2pdf
INFO=makeinfo
-HTML=makeinfo --html
+HTML=makeinfo --html --no-split
RM=rm -f
TAR=tar -chvf
GZIP=gzip -9