summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-04-21 23:53:18 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:47 -0500
commit92298bd7da2ec0ff3579af002dcaff86c13f8ad3 (patch)
tree583d19b5ce62a70292d1ec816f911cd75bae7e4d
parentb44990778c50efe62df7fda762f80b49b04798f6 (diff)
downloadsamba-92298bd7da2ec0ff3579af002dcaff86c13f8ad3.tar.gz
samba-92298bd7da2ec0ff3579af002dcaff86c13f8ad3.tar.bz2
samba-92298bd7da2ec0ff3579af002dcaff86c13f8ad3.zip
No longer use cvs2cl (we're not using CVS anymore so it broke the build)
Fix syntax error in "ea support" parameter (This used to be commit afa157521599450ee44ad228677813ab9cd3e2e1)
-rw-r--r--docs/Makefile.in4
-rw-r--r--docs/configure.in1
-rw-r--r--docs/smbdotconf/protocol/easupport.xml2
3 files changed, 3 insertions, 4 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in
index 4193d1fff1..dea99ed91c 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -15,7 +15,6 @@
WGET = @WGET@
XSLTPROC = @XSLTPROC@
DVIPS = @DVIPS@
-CVS2CL = @CVS2CL@
PNGTOPNM = @PNGTOPNM@
EPSTOPNM = @EPSTOPNM@
PNMTOPNG = @PNMTOPNG@
@@ -271,7 +270,8 @@ howto: $(PDFDIR)/Samba-HOWTO-Collection.pdf
guide: $(PDFDIR)/Samba-Guide.pdf
%/changelog.xml: % $(wildcard %/CVS/*)
- $(CVS2CL) --stdout --xml $< | $(XSLTPROC) --output $@ xslt/genchangelog.xsl -
+ touch $@
+ # FIXME
$(ARCHIVEDIR):
mkdir $(ARCHIVEDIR)
diff --git a/docs/configure.in b/docs/configure.in
index 1fa6c915a2..02514990df 100644
--- a/docs/configure.in
+++ b/docs/configure.in
@@ -42,7 +42,6 @@ AC_PATH_PROG(PNGTOPNM, pngtopnm)
AC_PATH_PROG(PNMTOPS, pnmtops)
AC_PATH_PROG(PERL, perl)
AC_PATH_PROG(XMLTO, xmlto)
-AC_PATH_PROG(CVS2CL, cvs2cl)
AC_PATH_PROG(PLUCKERBUILD, plucker-build, [echo -e 'No plucker-build utility was found, ignoring following options:\n'])
AC_PATH_PROG(EPSTOPDF, epstopdf)
diff --git a/docs/smbdotconf/protocol/easupport.xml b/docs/smbdotconf/protocol/easupport.xml
index a36f335e21..8a9ed1001c 100644
--- a/docs/smbdotconf/protocol/easupport.xml
+++ b/docs/smbdotconf/protocol/easupport.xml
@@ -10,7 +10,7 @@
the share must support extended attributes (such as provided on XFS and EXT3 on Linux, with the
correct kernel patches). On Linux the filesystem must have been mounted with the mount
option user_xattr in order for extended attributes to work, also
- extended attributes must be compiled into the Linux kernel.
+ extended attributes must be compiled into the Linux kernel.</para>
</description>
<value type="default">no</value>