From b1d76450fae58a095085afce59ed4cb8fe6bcf28 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 2 May 2011 20:57:23 +0000 Subject: [PATCH] modernize doc/Makefile somewhat Modernize doc/Makefile somewhat so that it can run more usefully on modern non-Athena machines. ticket: 6906 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24909 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 3e0fcf6ce..959f1ecfa 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 \ -- 2.26.2