Skip to content

Commit

Permalink
Make the plugin for Sublime Text 2 as flat as possible (issue #66).
Browse files Browse the repository at this point in the history
  • Loading branch information
gallandarakhneorg committed Nov 13, 2013
1 parent c2a91cd commit b14bb49
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.PL
Expand Up @@ -523,14 +523,14 @@ sub DO_compile(\%) {
getFiles('python','utils','*'));
installInto(
$sublime_tmp,
getFiles('plugins','sublime-text-2','autolatex','*'));
getFiles('plugins','sublime-text-2','*'));
installInto(
File::Spec->catfile($sublime_tmp, 'utils'),
getFiles('plugins','sublime-text-2','autolatex','utils','*'));
getFiles('plugins','sublime-text-2','utils','*'));
chdir($sublime_root_tmp) or die("$sublime_root_tmp: $!\n");
my $zip = Archive::Zip->new();
local *DIR;
my @dirs = ( 'autolatex' );
my @dirs = ( basename($sublime_tmp) );
while (@dirs) {
my $dir = shift @dirs;
print "adding $dir...\n";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b14bb49

Please sign in to comment.