diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2012-02-09 10:23:03 -0500 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2012-02-09 10:24:29 -0500 |
commit | 1da5052ff7b415efa6e523ed21a6a0a98c391432 (patch) | |
tree | 894e9fbb2842b3cb4fa7822a8dc003f2f09ce6a7 /devtools/maketarball.sh | |
parent | df900eed1718d9bb83c3289f00fdb539fa9b5063 (diff) | |
download | mediagoblin-1da5052ff7b415efa6e523ed21a6a0a98c391432.tar.lz mediagoblin-1da5052ff7b415efa6e523ed21a6a0a98c391432.tar.xz mediagoblin-1da5052ff7b415efa6e523ed21a6a0a98c391432.zip |
Removing youcanhelp stuff
This was never used. It doesn't support Texinfo files. It was only half
completed. Best to remove it.
Diffstat (limited to 'devtools/maketarball.sh')
-rwxr-xr-x | devtools/maketarball.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devtools/maketarball.sh b/devtools/maketarball.sh index 5a25faea..7d88c6fd 100755 --- a/devtools/maketarball.sh +++ b/devtools/maketarball.sh @@ -154,13 +154,11 @@ then mv docs/build/texinfo/ docs/texinfo/ rm -rf docs/build/ - rm -rf docs/source/mgext/*.pyc else # this is the old directory structure pre-0.0.4 mv docs/_build/html/ docs/html/ rm -rf docs/_build/ - rm -rf docs/mgext/*.pyc fi popd |