Lines Matching refs:txt
40 # the png logo we use in macros.txt, referenced by
41 # developer-guide.txt
47 BOOK_FRAGMENTS= developer-guide.txt \
48 chpt1.txt \
49 chpt2.txt \
50 chpt3.txt \
51 chpt4.txt \
52 chpt5.txt \
53 chpt6.txt \
54 chpt7.txt \
55 chpt8.txt \
56 chpt9.txt \
57 chpt10.txt \
58 chpt11.txt \
59 chpt12.txt \
60 chpt13.txt \
61 chpt14.txt \
62 appendix-a.txt \
63 appendix-b.txt
130 @cp macros.txt $(PROTO)
131 @echo ".. |version| replace:: $(VERSTAMP)" >> $(PROTO)/macros.txt
140 check: $(BOOK_FRAGMENTS:%.txt=$(PROTO)/%.pdf) book
141 copy: $(BOOK_FRAGMENTS:%.txt=$(PROTO)/%.txt)
156 gsed -re 's#\*(Appendix [AB])\*#`\1`_#g' > $(PROTO)/book.txt
159 cp $(PROTO)/book.txt book.txt
161 $(PROTO)/%.txt: proto
162 cp $*.txt $(PROTO)
163 @cat $(PROTO)/macros.txt >> $(PROTO)/$*.txt
165 $(PROTO)/%.pdf: tools proto $(PROTO)/%.txt
167 $(RST2PDF) -o $@ $(PROTO)/$*.txt 2> $(DOCTMP)/$*.rst-output.txt
168 @if [ -s $(DOCTMP)/$*.rst-output.txt ]; then \
169 print "Errors/warnings found in $*.txt"; \
170 cat $(DOCTMP)/$*.rst-output.txt; \
172 rm $(DOCTMP)/$*.rst-output.txt; \
177 $(PROTO)/%.xml: tools proto $(PROTO)/%.txt
179 $(RST2DOCBOOK) $(PROTO)/$*.txt $@
182 %.txt: $(PROTO)/%.txt
183 %.pdf: $(PROTO)/%.txt $(PROTO)/%.pdf