~ubuntu-branches/ubuntu/wily/glusterfs/wily

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-03-15 21:14:50 UTC
  • mfrom: (1.3.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110315211450-5iekpirgkdntccne
Tags: 3.1.3-1
* New upstream release.
  - glusterfs-volgen and glusterfs-defrag have been removed.
* Suggest nfs-common with the glusterfs-server for native NFS support.
  Closes: #614988
* Migrate to dh_python2.
  Closes: #616826

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
PACKAGE_TARNAME = @PACKAGE_TARNAME@
146
146
PACKAGE_VERSION = @PACKAGE_VERSION@
147
147
PATH_SEPARATOR = @PATH_SEPARATOR@
 
148
PYTHON = @PYTHON@
 
149
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
150
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
151
PYTHON_PREFIX = @PYTHON_PREFIX@
 
152
PYTHON_VERSION = @PYTHON_VERSION@
148
153
RANLIB = @RANLIB@
149
154
RDMA_SUBDIR = @RDMA_SUBDIR@
150
155
RLLIBS = @RLLIBS@
152
157
SET_MAKE = @SET_MAKE@
153
158
SHELL = @SHELL@
154
159
STRIP = @STRIP@
 
160
SYNCDAEMON_COMPILE = @SYNCDAEMON_COMPILE@
 
161
SYNCDAEMON_SUBDIR = @SYNCDAEMON_SUBDIR@
155
162
VERSION = @VERSION@
156
163
YACC = @YACC@
157
164
YFLAGS = @YFLAGS@
196
203
mountutildir = @mountutildir@
197
204
oldincludedir = @oldincludedir@
198
205
pdfdir = @pdfdir@
 
206
pkgpyexecdir = @pkgpyexecdir@
 
207
pkgpythondir = @pkgpythondir@
199
208
prefix = @prefix@
200
209
program_transform_name = @program_transform_name@
201
210
psdir = @psdir@
 
211
pyexecdir = @pyexecdir@
 
212
pythondir = @pythondir@
202
213
sbindir = @sbindir@
203
214
sharedstatedir = @sharedstatedir@
204
215
subdirs = @subdirs@
207
218
EXTRA_DIST = glusterfs.vol.sample glusterfsd.vol.sample glusterfs.8 mount.glusterfs.8\
208
219
        porting_guide.txt authentication.txt coding-standard.pdf get_put_api_using_xattr.txt \
209
220
        translator-options.txt mac-related-xattrs.txt replicate.pdf glusterd.vol gluster.8 \
210
 
        glusterd.8 glusterfs-volgen.8
 
221
        glusterd.8 glusterfsd.8
211
222
 
212
223
SUBDIRS = examples hacker-guide
213
224
voldir = $(sysconfdir)/glusterfs
214
225
vol_DATA = glusterfs.vol.sample glusterfsd.vol.sample glusterd.vol
215
 
man8_MANS = glusterfs.8 mount.glusterfs.8 gluster.8 glusterd.8 glusterfs-volgen.8
 
226
man8_MANS = glusterfs.8 mount.glusterfs.8 gluster.8 glusterd.8 glusterfsd.8
216
227
CLEANFILES = 
217
228
all: all-recursive
218
229