summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2011-10-18 20:20:02 +0000
committerTom Yu <tlyu@mit.edu>2011-10-18 20:20:02 +0000
commit5d103be73b4654aa01fe151c87fac2165e81e456 (patch)
tree8f84a9bb9b01f805b8713ca512b7f2d2acffca3d
parent2a34b8e244ca33968c18317cd2e8b2a5291404f6 (diff)
downloadkrb5-1.7.tar.gz
pull up r24909 from trunkkrb5-1.7
------------------------------------------------------------------------ r24909 | tlyu | 2011-05-02 16:57:23 -0400 (Mon, 02 May 2011) | 7 lines ticket: 6906 subject: modernize doc/Makefile somewhat status: open Modernize doc/Makefile somewhat so that it can run more usefully on modern non-Athena machines. ticket: 6986 version_fixed: 1.7.3 status: resolved git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@25377 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--doc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index d9b315e30..93c84850f 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,5 +1,5 @@
SRCDIR=../src
-DVI=texi2dvi4a2ps # texi2dvi
+DVI=texi2dvi
DVIPS=dvips -o "$@"
PSPDF=ps2pdf
INFO=makeinfo
@@ -9,7 +9,8 @@ TAR=tar -chvf
GZIP=gzip -9
MANPS=./man2ps
MANTXT=nroff -man
-MANHTML=./man2html
+PERL=perl
+MANHTML=$(PERL) man2html
ADMIN_INCLUDES=definitions.texinfo copyright.texinfo document-list.texinfo \
glossary.texinfo support-enc.texinfo salts.texinfo krb5conf.texinfo \