svn rev #25375: branches/krb5-1-8/doc/

tlyu@MIT.EDU tlyu at MIT.EDU
Tue Oct 18 16:19:15 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25375
Commit By: tlyu
Log Message:
ticket: 6984
version_fixed: 1.8.5
status: resolved

pull up r24909 from trunk

 ------------------------------------------------------------------------
 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.


Changed Files:
U   branches/krb5-1-8/doc/Makefile
Modified: branches/krb5-1-8/doc/Makefile
===================================================================
--- branches/krb5-1-8/doc/Makefile	2011-10-18 20:18:44 UTC (rev 25374)
+++ branches/krb5-1-8/doc/Makefile	2011-10-18 20:19:15 UTC (rev 25375)
@@ -1,5 +1,5 @@
 SRCDIR=../src
-DVI=texi2dvi4a2ps	# texi2dvi
+DVI=texi2dvi
 DVIPS=dvips -o "$@"
 PSPDF=ps2pdf
 INFO=makeinfo
@@ -9,7 +9,8 @@
 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 \




More information about the cvs-krb5 mailing list