changeset 268:1725558a9ce8

* website/about-de.htm4, website/about.htm4, website/buildhtml.mk: rearranged logo in about-page, optimized Make-targets.
author Stephan Holl <stephan.holl@intevation.de>
date Thu, 08 Sep 2011 16:47:40 +0200
parents a9608c818796
children 7c8ae43bc465
files ChangeLog website/about-de.htm4 website/about.htm4 website/buildhtml.mk
diffstat 4 files changed, 15 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 08 15:56:45 2011 +0200
+++ b/ChangeLog	Thu Sep 08 16:47:40 2011 +0200
@@ -1,3 +1,8 @@
+2011-09-08  Stephan Holl  <stephan.holl@intevation.de>
+
+	* website/about-de.htm4, website/about.htm4, website/buildhtml.mk:
+	rearranged logo in about-page, optimized Make-targets.
+
 2011-09-08  Raimund Renkert  <raimund.renkert@intevation.de>
 
 	Added missing files and removed libraries.
--- a/website/about-de.htm4	Thu Sep 08 15:56:45 2011 +0200
+++ b/website/about-de.htm4	Thu Sep 08 16:47:40 2011 +0200
@@ -10,6 +10,10 @@
 
 PAGE_START
 
+<div style="float:right; padding: 25px;">
+    <img src="img/logo_single.png">
+</div>
+
 <div id="intro">
 <h2>Über MXD2map</h2>
 <p>MXD2map wird zur Erzeugung von UMN
@@ -63,9 +67,6 @@
 
 </div>
 
-<div id="sidebarsimple">
-    <img src="img/logo_single.png"> 
-</div>
 
 <div id="sidebar">
 <h3>&Uuml;ber MXD2map</h3>
--- a/website/about.htm4	Thu Sep 08 15:56:45 2011 +0200
+++ b/website/about.htm4	Thu Sep 08 16:47:40 2011 +0200
@@ -9,6 +9,10 @@
 
 PAGE_START
 
+<div style="float:right; padding: 25px;">
+    <img src="img/logo_single.png">
+</div>
+
 <div id="intro">
 <h2>About MXD2map</h2>
 <p>MXD2map is a converter for ArcGIS MXD-files into UMN MapServer Mapfiles.</p>
@@ -60,10 +64,6 @@
 
 </div>
 
-<div id="sidebarsimple">
-    <img src="img/logo_single.png"> 
-</div>
-
 <div id="sidebar">
 <h3>About MXD2map</h3>
     <ul style="list-style-type: square;">
--- a/website/buildhtml.mk	Thu Sep 08 15:56:45 2011 +0200
+++ b/website/buildhtml.mk	Thu Sep 08 16:47:40 2011 +0200
@@ -26,7 +26,7 @@
 .htm4.html:
 	$(PP) -DNO_LINK_FOR=$@ $(PPFLAGS) $< > $@
 
-all: $(TARGETS) doc images subdirs
+all: $(TARGETS) images subdirs
 
 $(TARGETS): template.m4 template_header.m4 \
             header.m4 style.css
@@ -42,7 +42,7 @@
 	  $(MAKE) -C $$dir SUBDIRS="" ; \
 	done
 
-online: all 
+online: doc all 
 	echo "Going to put current contents online for www.mxd2map.org ..."
 	rsync -urvPL --exclude='.hg' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \
         sholl@wald.intevation.org:/mxd2map/htdocs/
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)