~brianaker/libmemcached/fedora-fix

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Continuous Integration
  • Date: 2014-02-16 10:51:47 UTC
  • mfrom: (1193.1.1 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20140216105147-82cq89cjr4yy50dc
Merge bzr://soup.haus/ Build: jenkins-Libmemcached-472

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
dist_man_MANS=
27
27
MAINTAINERCLEANFILES=
28
28
 
 
29
if IS_VCS_CHECKOUT
 
30
SUBDIRS= docs
 
31
endif
 
32
 
29
33
#includes additional rules from aminclude.am
30
34
@INC_AMINCLUDE@
31
35
 
57
61
include libmemcachedutil-1.0/include.am
58
62
 
59
63
include clients/include.am
60
 
include docs/include.am
 
64
 
61
65
include man/include.am
62
66
 
63
67
if BUILD_LIBMEMCACHED_PROTOCOL
103
107
        @echo "Files that need to be either removed or checked in:"
104
108
        @bzr unknowns
105
109
 
106
 
clean-local: clean-libtest-check clean-docs-check clean-rpm
 
110
clean-local: clean-libtest-check clean-rpm
107
111
 
108
112
 
109
113
lcov: lcov-clean check
125
129
 
126
130
maintainer-clean-local:
127
131
        find . -type f -name '*~' -exec rm -f '{}' \;
128
 
        -rm -f man/*.1
129
 
        -rm -f man/*.3
130
 
        -rm -f man/*.8
131
 
        -rm -rf man/.doctrees/
 
132
        -$(RM) $(dist_man_MANS)
132
133
        -rm -f Makefile.in
133
134
        -rm -f aclocal.m4
134
135
        -rm -f build-aux/compile