3 TEXINPUTS
=$(PWD
)/commontex
:
5 MKHOWTO
= TEXINPUTS
=$(TEXINPUTS
) $(PWD
)/tools
/mkhowto
6 MKHTML
= $(MKHOWTO
) --html
--about html
/stdabout.dat \
7 --iconserver icons
--favicon icons
/pyfav.png \
8 --address
$(PYTHONDOCS
)
10 PYTHONDOCS
="See <i><a href=\"about.html\">About this document...</a></i> for information on suggesting changes."
14 EPYDOC_DIR
=$(BUILD_DIR
)/epydoc
18 pygr
: html
/pygr
/pygr.html
19 html
/pygr
/pygr.html
: $(PYGRFILES
) perl
/distutils.perl
20 $(MKHTML
) --dir html
/pygr
--split
4 pygr
/pygr.
tex
23 -mkdir
-p
$(BUILD_DIR
)
24 sphinx-build
-b html
$(DOC_DIR
) $(BUILD_DIR
)
28 epydoc
--docformat restructuredtext ..
/pygr
-o
$(EPYDOC_DIR
)
31 rm -rf html
/pygr
/*.html
32 rm -rf html
/pygr
/*.css
34 rm -rf html
/pygr
/*.dat