diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.in | 4 | ||||
-rw-r--r-- | docs/configure.in | 1 | ||||
-rw-r--r-- | docs/smbdotconf/protocol/easupport.xml | 2 |
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> |