summaryrefslogtreecommitdiff
path: root/docs/Makefile.in
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>2004-04-26 22:00:47 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:48 -0500
commitd26330cfb4cc67eab9ba76164e0637da1b3f7881 (patch)
tree058ad5d700a1ed5b36c42fa8e029a744b9c4153d /docs/Makefile.in
parent739cacc7d2c6f1a2812f84b03bc67d5a1d8cbb07 (diff)
downloadsamba-d26330cfb4cc67eab9ba76164e0637da1b3f7881.tar.gz
samba-d26330cfb4cc67eab9ba76164e0637da1b3f7881.tar.bz2
samba-d26330cfb4cc67eab9ba76164e0637da1b3f7881.zip
fix typos in Makefile
(This used to be commit 82be8bf6c9070fa6a331df01f1ea087cef22d658)
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r--docs/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in
index 78b567a006..4fa53085a6 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -107,21 +107,21 @@ html-single: $(HTMLDIR) CSS $(HTMLDIR)/Samba-HOWTO-Collection.html $(HTMLDIR)/S
@if [ ! -d $(HTMLDIR)/images/ ]; then \
mkdir $(HTMLDIR)/images/; \
fi \
- && cp -p $(HOWTODIR)/imagefiles/*png $(HTMLDIR)/images/
+ && cp -p $(IMAGEPROJDIR)/*png $(HTMLDIR)/images/
html: $(HTMLDIR) CSS Samba-HOWTO-Collection.xml $(HTMLDIR)/Samba-Developers-Guide.html
$(XSLTPROC) -o "$(HTMLDIR)/" xslt/html-chunk.xsl Samba-HOWTO-Collection.xml
@if [ ! -d $(HTMLDIR)/images/ ]; then \
mkdir $(HTMLDIR)/images/; \
fi \
- && cp -p $(GUIDEDOC)/imagefiles/*png $(HTMLDIR)/images/
+ && cp -p $(IMAGEPROJDIR)/*png $(HTMLDIR)/images/
sg-html: $(HTMLDIR) CSS Samba-Guide.xml
$(XSLTPROC) -o "$(HTMLDIR)/" xslt/html-chunk.xsl Samba-Guide.xml
@if [ ! -d $(HTMLDIR)/images/ ]; then \
mkdir $(HTMLDIR)/images/; \
fi \
- && cp -p $(HOWTODIR)/images/*png $(HTMLDIR)/images/
+ && cp -p $(IMAGEGUIDEDIR)/*png $(HTMLDIR)/images/
manpages: $(MANDIR) $(MANPAGES)