From 6479ff783c02b4b3f06665f24c6ef2ae480fb9b3 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 21 Apr 2005 23:02:59 +0000 Subject: [PATCH] * Makefile (clean-tex): Delete *.fns, *.vrs, *.tps too. (implementor.pdf, implementor.ps, implementor.info): New targets. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17191 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/ChangeLog | 6 ++++++ doc/Makefile | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index f50e0d747..67c2d07b2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,11 @@ 2005-04-21 Ken Raeburn + * Makefile (clean-tex): Delete *.fns, *.vrs, *.tps too. + (implementor.pdf, implementor.ps, implementor.info): New targets. + + * implementor.texinfo (Local Addresses): Drop Mac OS 9, add + Solaris 9, HP-UX 11. + * build.texinfo (HPUX): Add some notes about the thread support and gcc. diff --git a/doc/Makefile b/doc/Makefile index c66ef4cfc..652cf9da2 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -140,6 +140,15 @@ krb425-guide-info:: krb425.info krb425.info: $(KRB425_DEPS) $(INFO) krb425.texinfo +.PHONY: implementor.ps implementor.pdf implementor.info +implementor.pdf: implementor.ps + $(PSPDF) implementor.ps +implementor.ps: implementor.texinfo + $(DVI) implementor.texinfo + $(DVIPS) implementor +implementor.info: implementor.texinfo + $(INFO) implementor.texinfo + .PHONY: clean clean:: clean-all @@ -152,7 +161,7 @@ clean-final:: .PHONY: clean-tex clean-tex:: - $(RM) *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr + $(RM) *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns *.vrs *.tps .PHONY: clean-backup clean-backup:: -- 2.26.2