Skip to content

Commit

Permalink
ticket: 6986
Browse files Browse the repository at this point in the history
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.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@25377 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Oct 18, 2011
1 parent 58de5ad commit 4da2e40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/Makefile
@@ -1,5 +1,5 @@
SRCDIR=../src SRCDIR=../src
DVI=texi2dvi4a2ps # texi2dvi DVI=texi2dvi
DVIPS=dvips -o "$@" DVIPS=dvips -o "$@"
PSPDF=ps2pdf PSPDF=ps2pdf
INFO=makeinfo INFO=makeinfo
Expand All @@ -9,7 +9,8 @@ TAR=tar -chvf
GZIP=gzip -9 GZIP=gzip -9
MANPS=./man2ps MANPS=./man2ps
MANTXT=nroff -man MANTXT=nroff -man
MANHTML=./man2html PERL=perl
MANHTML=$(PERL) man2html


ADMIN_INCLUDES=definitions.texinfo copyright.texinfo document-list.texinfo \ ADMIN_INCLUDES=definitions.texinfo copyright.texinfo document-list.texinfo \
glossary.texinfo support-enc.texinfo salts.texinfo krb5conf.texinfo \ glossary.texinfo support-enc.texinfo salts.texinfo krb5conf.texinfo \
Expand Down

0 comments on commit 4da2e40

Please sign in to comment.