[icinga-checkins] icinga.org: icinga-core/mfriedrich/oracle: Fix flags + documentation links
git at icinga.org
git at icinga.org
Tue Oct 6 18:30:10 CEST 2009
Module: icinga-core
Branch: mfriedrich/oracle
Commit: e3532a2281be4861c0a743e070b93e30e9806686
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=e3532a2281be4861c0a743e070b93e30e9806686
Author: Hendrik Baecker <andurin at process-zero.de>
Date: Sat Oct 3 23:57:14 2009 +0200
Fix flags + documentation links
---
html/Makefile.in | 2 +-
html/docs/index.html | 2 +-
html/main.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/html/Makefile.in b/html/Makefile.in
index 833b250..cfc308a 100644
--- a/html/Makefile.in
+++ b/html/Makefile.in
@@ -76,7 +76,7 @@ install:
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/de; done
for file in docs/images/*.*; \
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/images; done
- for file in images/*.gif; \
+ for file in docs/images/flags/*.*; \
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/images/flags; done
for file in images/*.png; \
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done
diff --git a/html/docs/index.html b/html/docs/index.html
index c5a027d..067cbf3 100644
--- a/html/docs/index.html
+++ b/html/docs/index.html
@@ -1,4 +1,4 @@
<head>
-<meta http-equiv="refresh" content="0; URL=en-en/index.html">
+<meta http-equiv="refresh" content="0; URL=en/index.html">
</head>
diff --git a/html/main.html b/html/main.html
index 1b862a8..a48fe5c 100644
--- a/html/main.html
+++ b/html/main.html
@@ -20,7 +20,7 @@
<div id="currentversioninfo">
<div class="version">Version 0.8.4</div>
<div class="releasedate">September 15, 2009</div>
-<div class="whatsnew"><a href="docs/en-en/whatsnew.html">Read what's new in Icinga 0.8</a></div>
+<div class="whatsnew"><a href="docs/en/whatsnew.html">Read what's new in Icinga 0.8</a></div>
</div>
More information about the icinga-checkins
mailing list