]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Clean up python bytecode from doc build
authorBen Kaduk <kaduk@mit.edu>
Tue, 2 Apr 2013 16:03:40 +0000 (12:03 -0400)
committerBen Kaduk <kaduk@mit.edu>
Tue, 2 Apr 2013 17:06:16 +0000 (13:06 -0400)
Otherwise they escape into the release tarball.

src/doc/Makefile.in

index 4b3ae167f0d87f05551c3b0fdf6c5bc5f1830a26..a6bb7c539ef9a94e1aefc70b94720d12bc8b5a6e 100644 (file)
@@ -128,4 +128,5 @@ $(docsrc)/version.py: $(top_srcdir)/patchlevel.h $(srcdir)/version.py.in
 clean::
        rm -rf doxy rst_apiref rst_composite rst_notice html_subst \
                Doxyfile paths.py $(docsrc)/version.py notice.txt \
-               $(docsrc)/html/.doctrees $(docsrc)/pdf/.doctrees
+               $(docsrc)/html/.doctrees $(docsrc)/pdf/.doctrees \
+               $(docsrc)/tools/*.pyc