Minor corrections.
[kdbg.git] / Makefile.dist
blobe7216dd4aa083489f406f1ed3d2754527ee39cfc
1 default: all
3 dist:
4         @echo "This file is to make it easier for you to create all you need"
5         aclocal
6         autoheader
7 # use --include-deps, if you want to release the stuff. Don't use it for
8 # yourself
9         automake --include-deps
10 #       perl automoc
11         autoconf
12         touch stamp-h.in
13         LIST=`find ./po -name "*.po"`; \
14         for i in $$LIST; do \
15          file2=`echo $$i | sed -e "s#\.po#\.gmo#"`; \
16          msgfmt -o $$file2 $$i; \
17         done 
18         rm -f Makefile.dist
20 all:
21         aclocal
22         autoheader
23         automake
24 #       perl automoc
25         autoconf