diff options
author | 2016-02-02 22:00:09 -0500 | |
---|---|---|
committer | 2016-02-02 22:01:09 -0500 | |
commit | ab6ef8d55ebba77b4d96537172718c50d842f044 (patch) | |
tree | 38ab6a4faebba8921e29f295ccca30dbeac41f87 /doc | |
parent | pmerge: more arg docs (diff) | |
download | pkgcore-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/Makefile | 2 |
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 |