* Makefile (clean-tex): Delete *.fns, *.vrs, *.tps too.
authorKen Raeburn <raeburn@mit.edu>
Thu, 21 Apr 2005 23:02:59 +0000 (23:02 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 21 Apr 2005 23:02:59 +0000 (23:02 +0000)
(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
doc/Makefile

index f50e0d747a278d5108ced50d28b6cec43a330d8f..67c2d07b29d51b12e700406b8e56b7d0f1891383 100644 (file)
@@ -1,5 +1,11 @@
 2005-04-21  Ken Raeburn  <raeburn@mit.edu>
 
+       * 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.
 
index c66ef4cfc30a68d0cb91ad5446f23ad4df257924..652cf9da28c2a45a6fd7c71c9eb752c32cffe9ff 100644 (file)
@@ -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::