X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=cfeb34f4d9ec5147b9908fd8b15173752551b4da;hb=804f22a1c1024cdd27cc477e0a51fc46e7451a9f;hp=6581b2aa0cd6dd52ef21610b73a7aa2f9ac8252b;hpb=0250c4dd47495fceda6cede571a3b7b68b2b9fb7;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 6581b2aa..cfeb34f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,9 +25,9 @@ EXTRA_DIST+= ${srcdir}/m4/pandora_*.m4 EXTRA_DIST+= .quickly EXTRA_DIST+= README.FIRST EXTRA_DIST+= README.win32 -EXTRA_DIST+= config/autorun.sh -EXTRA_DIST+= config/pandora-plugin -EXTRA_DIST+= config/uncrustify.cfg + +aclocaldir= $(datadir)/aclocal +dist_aclocal_DATA= include libtest/include.am @@ -38,6 +38,7 @@ include libmemcachedutil-1.0/include.am include clients/include.am include docs/include.am +include man/include.am include example/include.am include libhashkit/include.am include libmemcached/include.am @@ -52,12 +53,7 @@ include tests/include.am include util/include.am include win32/include.am -if HAVE_LIBEVENT -include memcached/include.am -libtest_libtest_la_DEPENDENCIES+= memcached/memcached -endif - -docs: html man +include m4/include.am TESTS += ${check_PROGRAMS} @@ -68,9 +64,9 @@ merge-clean: @find ./ | $(GREP) \.gcno | xargs rm -f @find ./ | $(GREP) \.gz | xargs rm -f @find ./ | $(GREP) \.moved | xargs rm -r -f - @find ./ | $(GREP) \.orig | xargs rm -f + @find ./ | $(GREP) \\.orig | xargs rm -f @find ./ | $(GREP) \.rej | xargs rm -f - @rm *\.rpm + @rm -f *\.rpm @find ./ | $(GREP) \.THIS | xargs rm -f @find ./ | $(GREP) \.OTHER | xargs rm -f @find ./ | $(GREP) \.BASE | xargs rm -f @@ -96,3 +92,7 @@ lcov-clean: clean @find . -name '*.gcda' | xargs rm -f DISTCLEANFILES+= config/top.h + +install-html: html-local + @rm -r -f /var/www/libmemcached/* + @cp -r docs/html /var/www/libmemcached