=== modified file 'Makefile' --- Makefile 2011-08-18 09:01:47 +0000 +++ Makefile 2012-01-01 21:07:13 +0000 @@ -25,6 +25,7 @@ help: @echo Usage: @echo "make - not used" + @echo "make scripts - create startup scripts" @echo "make clean - removes temporary data" @echo "make install - installs data" @echo "make uninstall - uninstalls data" @@ -32,10 +33,13 @@ @echo -install: +scripts: start.sh start-remote.sh + echo $(PREFIX) cat start.sh | $(CONFIGURE_IN) > decibel-audio-player; cat start-remote.sh | $(CONFIGURE_IN) > decibel-audio-player-remote; - echo $(PREFIX) + + +install: scripts $(INSTALL) -m 755 -d $(BINDIR) $(MANDIR) $(DATADIR) $(SRCDIR) $(RESDIR) $(APPDIR) $(PIXDIR) $(ICONDIR) $(INSTALL) -m 755 -d $(SRCDIR)/gui $(INSTALL) -m 755 -d $(SRCDIR)/media