forked from pool/libmemcached
33 lines
789 B
Diff
33 lines
789 B
Diff
|
Index: libmemcached-1.0.18/Makefile.am
|
||
|
===================================================================
|
||
|
--- libmemcached-1.0.18.orig/Makefile.am
|
||
|
+++ libmemcached-1.0.18/Makefile.am
|
||
|
@@ -26,6 +26,10 @@ EXTRA_DIST=
|
||
|
dist_man_MANS=
|
||
|
MAINTAINERCLEANFILES=
|
||
|
|
||
|
+if IS_VCS_CHECKOUT
|
||
|
+SUBDIRS= docs
|
||
|
+endif
|
||
|
+
|
||
|
#includes additional rules from aminclude.am
|
||
|
@INC_AMINCLUDE@
|
||
|
|
||
|
@@ -57,7 +61,6 @@ endif
|
||
|
include libmemcachedutil-1.0/include.am
|
||
|
|
||
|
include clients/include.am
|
||
|
-include docs/include.am
|
||
|
include man/include.am
|
||
|
|
||
|
if BUILD_LIBMEMCACHED_PROTOCOL
|
||
|
@@ -103,7 +106,7 @@ merge-clean:
|
||
|
@echo "Files that need to be either removed or checked in:"
|
||
|
@bzr unknowns
|
||
|
|
||
|
-clean-local: clean-libtest-check clean-docs-check clean-rpm
|
||
|
+clean-local: clean-libtest-check clean-rpm
|
||
|
|
||
|
|
||
|
lcov: lcov-clean check
|