[libdmapsharing] Fix API documentation links to CSS and logo Signed-off-by: W. Michael Petullo <mike flyn org>



commit 1a9c42dcdd9f5aaecdc62705d78092c723503944
Author: W. Michael Petullo <mike flyn org>
Date:   Fri Mar 4 10:27:09 2011 -0600

    Fix API documentation links to CSS and logo
    Signed-off-by: W. Michael Petullo <mike flyn org>

 docs/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index ce3c2f5..d5960e4 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -124,10 +124,10 @@ endif
 -include $(top_srcdir)/git.mk
 
 publish:
-	sed 's/images\/logo_head.png/\.\.\/\.\.\/\.\.\/\.\.\/images\/logo_head.png/g' ~/Public/www.flyn.org/head.html.in > tmpl/head.html
+	sed 's/images\/logo_head.png/\.\.\/\.\.\/\.\.\/images\/logo_head.png/g' ~/Public/www.flyn.org/head.html.in > tmpl/head.html
 # Add header and point stylesheet to flyn.org stylesheet
 	for h in html/*.html; do \
-		sed '/<body/ r tmpl/head.html' $$h | sed 's/style.css/\.\.\/\.\.\/\.\.\/\.\.\/flyn.org.css/g' \
+		sed '/<body/ r tmpl/head.html' $$h | sed 's/style.css/\.\.\/\.\.\/\.\.\/flyn.org.css/g' \
 			> ~/Public/www.flyn.org/projects/libdmapsharing/docs/`basename $$h`; \
 	done
 	cp html/*.png ~/Public/www.flyn.org/projects/libdmapsharing/docs/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]