~ubuntu-branches/ubuntu/karmic/mhwaveedit/karmic

« back to all changes in this revision

Viewing changes to cvscompile

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-01-08 22:20:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080108222037-tsazhckl5vmc8yih
Tags: 1.4.14-2
Added desktop file (Closes: #457849), thanks to Marco Rodrigues

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Configure options can be given on command line
5
5
# Requires autoconf, automake and some other stuff
6
6
 
7
 
cd docgen; sh gendocs.sh; cd ..
8
 
aclocal
 
7
cd docgen; bash gendocs.sh; cd ..
 
8
aclocal -I m4
9
9
autoheader
10
10
automake
11
11
autoconf
12
12
./configure $*
 
13
make -C po mhwaveedit.pot-update
13
14
make