5 publicserver
= web.sourceforge.net
6 publicpath
= /home
/groups
/p
/py
/pyx
/htdocs
16 scp
-oCompression
=yes
-r build
/* $(publicserver
):$(publicpath
)
24 cp png
/*.png ..
/manual
/_build
/latex
/manual.pdf ..
/faq
/_build
/latex
/pyxfaq.pdf build
25 cp
-r ..
/manual
/_build
/html build
/manual
26 cp
-r ..
/manual
/_build
/html
/manual.html build
/manual
/index.html
27 cp
-r ..
/faq
/_build
/html build
/pyxfaq
28 for s in examples gallery
; \
30 for d in
"" $$(grep
/ ..
/$$s/INDEX
); \
32 mkdir
-p build
/$$s/$$d; \
33 for t in png py jpg dat eps pdf
; \
35 cp ..
/$$s/$$d*.
$$t build
/$$s/$$d 2> /dev
/null
; \