2002-01-26 Ben Elliston * Makefile.am (SUBDIRS): Add doc, testsuite. (librsync_la_SOURCES): Condense. (man_MANS): Remove--handled by doc/Makefile.am now. (TESTS_ENVIRONMENT): Remove--handled by testsuite/Makefile.am. (test_scripts): Likewise. (try_scripts): Likewise. (TESTS): Likewise. (test_data): Likewise. (noinst_SCRIPTS): Update. (EXTRA_DIST): Likewise. (bin_PROGRAMS): Rename from this .. (noinst_PROGRAMS): .. to this. (check_PROGRAMS): Remove. (isprefix_driver_SOURCES): Likewise. (isprefix_driver_LDADD): Likewise. (check_programs): Likewise. * autogen.sh: Don't specify Makefiles to automake. * configure.in (AC_INIT_AUTOMAKE): Simplify invocation. (AC_OUTPUT): Emit doc/Makefile, doc/Doxyfile, tesdtsuite/Makefile. * README.autoconf: Remove. * changes.test: Move to testsuite subdirectory. * delta.test: Ditto. * isprefix.test: Ditto. * mdfour.test: Ditto. * mksum.test: Ditto. * mutate.test: Ditto. * signature.test: Ditto. * sources.test: Ditto. * triple.test: Ditto. * driver.sh: Ditto. 2002-01-26 Ben Elliston * doc/Makefile.am: New file. * Doxyfile: Move from here .. * doc/Doxyfile.in: .. to here (with added substitutions). * codeheader.c: Move from here .. * doc/codeheader.c: .. to here. * codeheader.man: Move from here .. * doc/codeheader.man: .. to here. * codeheader.sh: Move from here .. * doc/codeheader.sh: .. to here. * doyxgen.css: Move from here .. * doc/doxygen.css: .. to here. * extra.dox: Move from here .. * doc/extra.dox: .. to here. * header.html: Move from here .. * doc/header.html: .. to here. * librsync.3: Move from here .. * doc/librsync.3: .. to here. * main.dox: Move from here .. * doc/main.dox: .. to here. * rdiff.1: Move from here .. * doc/rdiff.1: .. to here. * rdiff.dox: Move from here .. * doc/rdiff.dox: .. to here. * rproxy-small-logo.png: Move from here .. * doc/rproxy-small-logo.png: .. to here. 2002-01-25 Ben Elliston * autogen.sh: Don't implicitly run configure.