Mercurial > genshi > mirror
view doc/Makefile @ 377:9aa6aa18fa35 trunk
Add `Attrs` class to `genshi.core.__all__`, so that it can be imported directly from the `genshi` package.
author | cmlenz |
---|---|
date | Thu, 23 Nov 2006 12:36:43 +0000 |
parents | 4d81439bc097 |
children |
line wrap: on
line source
HTML_FILES = \ builder.html \ index.html \ streams.html \ text-templates.html \ xml-templates.html \ xpath.html all: $(HTML_FILES) %.html: %.txt rst2html.py --exit-status=3 $< $@ clean: rm -rf $(HTML_FILES)