Home | History | Annotate | Download | only in tools

Lines Matching defs:PS

23 DST_PS_DIR=ps/
27 all:: html man ps
30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
57 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD))
62 INSTALL_TARGETS := install-html install-man install-ps
66 .SUFFIXES: .html .pod .1 .ps
75 $(DST_PS_DIR)%.ps: $(DST_MAN_DIR)%.1 $(DST_PS_DIR)/.dir
81 ps: $(PS)
86 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
90 PS_DIR := $(DESTDIR)$(PROJ_docsdir)/ps
103 install-ps:: $(PS)
104 $(Echo) Installing PS Clang Tools Documentation
106 $(Verb) $(DataInstall) $(PS) $(PS_DIR)