svn rev #25377: branches/krb5-1-7/doc/
tlyu@MIT.EDU
tlyu at MIT.EDU
Tue Oct 18 16:20:02 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25377
Commit By: tlyu
Log Message:
ticket: 6986
version_fixed: 1.7.3
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-7/doc/Makefile
Modified: branches/krb5-1-7/doc/Makefile
===================================================================
--- branches/krb5-1-7/doc/Makefile 2011-10-18 20:19:57 UTC (rev 25376)
+++ branches/krb5-1-7/doc/Makefile 2011-10-18 20:20:02 UTC (rev 25377)
@@ -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