modernize doc/Makefile somewhat
authorTom Yu <tlyu@mit.edu>
Mon, 2 May 2011 20:57:23 +0000 (20:57 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 2 May 2011 20:57:23 +0000 (20:57 +0000)
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

index 3e0fcf6ce6ed5bce8f089c032fee1708bb6ee63d..959f1ecfaf475fdfb84195d30cf59e048ce07f21 100644 (file)
@@ -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 \