everything in src for packaging purposes

This commit is contained in:
gwen
2012-07-13 09:40:48 +02:00
parent 3411efc873
commit ddef37ed2a
54 changed files with 6071 additions and 0 deletions

7
doc/build/Makefile vendored Normal file
View File

@ -0,0 +1,7 @@
.PHONY: clean
.SUFFIXES:
clean:
rm -f *.html
rm -f api/*.html
make -C ./pydoc/ clean