aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2016-02-02 22:00:09 -0500
committerTim Harder <radhermit@gmail.com>2016-02-02 22:01:09 -0500
commitab6ef8d55ebba77b4d96537172718c50d842f044 (patch)
tree38ab6a4faebba8921e29f295ccca30dbeac41f87 /doc
parentpmerge: more arg docs (diff)
downloadpkgcore-ab6ef8d55ebba77b4d96537172718c50d842f044.tar.gz
pkgcore-ab6ef8d55ebba77b4d96537172718c50d842f044.tar.bz2
pkgcore-ab6ef8d55ebba77b4d96537172718c50d842f044.zip
doc: toss unnecessary *.pyc file cleaning
The only python file in docs should be conf.py now which doesn't get compiled to bytecode.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index c2f89719..4165254b 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -42,7 +42,7 @@ help:
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
clean:
- -rm -rf $(BUILDDIR) api generated *.pyc
+ -rm -rf $(BUILDDIR) api generated
html:
$(PYTHON) -m snakeoil.dist.generate_docs --html ../ pkgcore