1
#!/bin/sh
2
3
touch NEWS README AUTHORS ChangeLog
4
5
gtkdocize --copy || exit 1
6
7
aclocal
8
automake -ac
9
autoconf
10
11
echo
12
echo "Run 'configure; make; sudo make install' to compile and install"
13
echo "Run 'jammo' to start JamMo"
14
15
exit 0