From 74920cac5b5f9acda98254cfa4564c25079c091b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 26 Apr 2004 23:29:19 +0000 Subject: Fix path to images. CSS path doesn't work yet - I'll have a look at that tomorrow (This used to be commit 0666499b1dffb5c1e9c0465b745fd1e5d7deefc6) --- docs/Makefile.in | 5 +---- docs/xslt/expand-sambadoc.xsl | 12 +++++++++++- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/Makefile.in b/docs/Makefile.in index 4583ce5ff0..93ba6bf638 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -104,10 +104,7 @@ txt: $(TXTDIR) $(TXTDIR)/Samba-HOWTO-Collection.txt $(TXTDIR)/Samba-Developers-G htmlman: $(HTMLDIR) $(MANPAGES_HTML) $(HTMLDIR)/CSS html-single: $(HTMLDIR) $(HTMLDIR)/CSS $(HTMLDIR)/Samba-HOWTO-Collection.html $(HTMLDIR)/Samba-Developers-Guide.html $(HTMLDIR)/Samba-Guide.html - @if [ ! -d $(HTMLDIR)/images/ ]; then \ - mkdir $(HTMLDIR)/images/; \ - fi \ - && cp -p $(IMAGEPROJDIR)/*png $(HTMLDIR)/images/ + cp -p $(GUIDEDOC_IMAGES_PNG) $(HOWTODIR_IMAGES_PNG) $(HTMLDIR)/images/ html: $(HTMLDIR)/howto $(HTMLDIR)/guide $(HTMLDIR)/devel diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index 217f621f80..8bb765b7d9 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -270,13 +270,23 @@ + html - howto/imagefiles/.png + images/.png 50 1 + + + + images/.png + 50 + 1 + + + -- cgit