comparison Makefile.cvs @ 302:507a42e3c48e stable-0-6-54

allow automake to add missing files
author Carl Byington <carl@five-ten-sg.com>
date Sat, 24 Dec 2011 15:01:58 -0800
parents 61be2c04d6ab
children f1f9920cc7b1
comparison
equal deleted inserted replaced
301:1d181966da22 302:507a42e3c48e
4 4
5 all: 5 all:
6 libtoolize --force --copy 6 libtoolize --force --copy
7 aclocal -I m4 7 aclocal -I m4
8 autoheader 8 autoheader
9 automake 9 automake --add-missing
10 autoconf 10 autoconf
11 ./configure >/dev/null 11 ./configure >/dev/null
12 rm -rf html.internal 12 rm -rf html.internal
13 doxygen 13 doxygen
14 tar cfz libpst.html.tar.gz html.internal 14 tar cfz libpst.html.tar.gz html.internal