From: Tom Yu Date: Thu, 21 Dec 2006 22:07:10 +0000 (+0000) Subject: pull up r19002 from trunk X-Git-Tag: krb5-1.6-beta2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc493f645d047f071f2890c69112fcb5f2954b2e;p=krb5.git pull up r19002 from trunk r19002@cathode-dark-space: tlyu | 2006-12-21 16:58:10 -0500 ticket: new target_version: 1.6 tags: pullup subject: don't split HTML output from makeinfo * doc/Makefile (HTML): To avoid generating excessively long filenames, don't split HTML output. ticket: 5159 version_fixed: 1.6 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19003 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/Makefile b/doc/Makefile index 652cf9da2..8be5b3ee4 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