diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-04-21 23:53:18 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:47 -0500 |
commit | 92298bd7da2ec0ff3579af002dcaff86c13f8ad3 (patch) | |
tree | 583d19b5ce62a70292d1ec816f911cd75bae7e4d /docs/Makefile.in | |
parent | b44990778c50efe62df7fda762f80b49b04798f6 (diff) | |
download | samba-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)
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r-- | docs/Makefile.in | 4 |
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) |