Searched defs:DOCTMP (Results 1 - 1 of 1) sorted by relevance

/pkg/doc/dev-guide/
H A DMakefile66 DOCTMP=doctmp macro
117 cd $(DOCTMP) ; \
137 mkdir $(DOCTMP)
167 $(RST2PDF) -o $@ $(PROTO)/$*.txt 2> $(DOCTMP)/$*.rst-output.txt
168 @if [ -s $(DOCTMP)/$*.rst-output.txt ]; then \
170 cat $(DOCTMP)/$*.rst-output.txt; \
172 rm $(DOCTMP)/$*.rst-output.txt; \
186 rm -rf $(PROTO) $(DOCTMP)

Completed in 9 milliseconds