Index: trunk/extensions/HeaderTabs/Makefile |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | rm HeaderTabs/Makefile |
22 | 22 | tar -c HeaderTabs |gzip > HeaderTabs_${v}.tgz |
23 | 23 | zip -r HeaderTabs_${v}.zip HeaderTabs |
24 | | - rm -rf Widgets |
| 24 | + rm -rf HeaderTabs |
25 | 25 | |
26 | 26 | # upload to Google Code repository (need account with enough permissions) |
27 | 27 | googlecode/googlecode_upload.py -s "MediaWiki HeaderTabs Extension v${v} (tarball)" -p mediawiki-header-tabs -l "Featured,Type-Archive,OpSys-All" HeaderTabs_${v}.tgz |