summaryrefslogtreecommitdiff
path: root/docs/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r--docs/Makefile.in4
1 files changed, 2 insertions, 2 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)