spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 59b4f239ada42ce3fffff5d47e52e56f99685917
parent bcdc33223f673ec349639af69fae9604600ab4ce
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Mon, 27 Aug 2012 21:45:05 -0700

Fix `make dist`

Diffstat:
MMakefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -12,7 +12,7 @@ EXTRA_DIST = \ intltool-update.in \ dist/osx/DS_Store \ dist/osx/Info.plist \ - dist/osx/README \ + dist/osx/README.md \ dist/osx/Spek.icns \ dist/osx/bundle.sh \ dist/osx/gtkrc \