Index: trunk/extensions/Widgets/Makefile |
— | — | @@ -16,7 +16,6 @@ |
17 | 17 | # Creating release tarball and zip |
18 | 18 | # |
19 | 19 | svn export http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Widgets/REL_${subst .,_,${v}}/ Widgets |
20 | | - svn export smarty Widgets/smarty |
21 | 20 | # Not including Makefile into the package since it's not doing anything but release packaging |
22 | 21 | rm Widgets/Makefile |
23 | 22 | tar -c Widgets |gzip > Widgets_${v}.tgz |