svn rev #25372: branches/krb5-1-9/doc/
tlyu@MIT.EDU
tlyu at MIT.EDU
Tue Oct 18 16:18:37 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25372
Commit By: tlyu
Log Message:
ticket: 6906
version_fixed: 1.9.2
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-9/doc/Makefile
Modified: branches/krb5-1-9/doc/Makefile
===================================================================
--- branches/krb5-1-9/doc/Makefile 2011-10-18 19:35:06 UTC (rev 25371)
+++ branches/krb5-1-9/doc/Makefile 2011-10-18 20:18:37 UTC (rev 25372)
@@ -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