--- libgig/trunk/Makefile.cvs 2004/07/02 19:37:09 168 +++ libgig/trunk/Makefile.cvs 2004/11/26 00:14:50 310 @@ -1,6 +1,7 @@ all: configure -configure: configure.in Makefile.am src/Makefile.am +configure: configure.in Makefile.am \ + src/Makefile.am man/Makefile.am doc/Makefile.am @aclocal @libtoolize --force --copy @autoheader @@ -11,6 +12,7 @@ @if [ -f Makefile ]; then make distclean; fi || true @rm -rvf *.cache *.log *.status *.m4 @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.* + @rm -rvf man/Makefile.in doc/Makefile.in doc/html @rm -rvf Makefile.in config.* @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh @rm -rvf configure stamp-h.*