(implementor.pdf, implementor.ps, implementor.info): New targets.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17191
dc483132-0cff-0310-8789-
dd5450dbe970
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.
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
.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::