chrisosaurus / dodo

scriptable in place file editor
MIT License
4 stars 1 forks source link

Fixed dist tarball creation #9

Closed phillid closed 9 years ago

phillid commented 9 years ago

Makefile's recipe for creating a dist tarball was outdated, referring to files which no longer existed. This commit:

  1. fixes this recipe
  2. adds a slightly more verbose message when the recipe is run
  3. adds to the gitignore so as to ignore dist tarballs created
chrisosaurus commented 9 years ago

Awesome, thanks for this!

make dist has clearly never worked (the Makefile was stolen from another project of mine).