[MXD2map-commits] r268:1725558a9ce8
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 8 17:16:05 CEST 2011
details: http://hg.intevation.org/geospatial/mxd2map/rev/1725558a9ce8
changeset: 268:1725558a9ce8
user: Stephan Holl <stephan.holl at intevation.de>
date: Thu Sep 08 16:47:40 2011 +0200
description:
* website/about-de.htm4, website/about.htm4, website/buildhtml.mk:
rearranged logo in about-page, optimized Make-targets.
diffstat:
ChangeLog | 5 +++++
website/about-de.htm4 | 7 ++++---
website/about.htm4 | 8 ++++----
website/buildhtml.mk | 4 ++--
4 files changed, 15 insertions(+), 9 deletions(-)
diffs (82 lines):
diff -r a9608c818796 -r 1725558a9ce8 ChangeLog
--- 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 at 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 at intevation.de>
Added missing files and removed libraries.
diff -r a9608c818796 -r 1725558a9ce8 website/about-de.htm4
--- 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>Über MXD2map</h3>
diff -r a9608c818796 -r 1725558a9ce8 website/about.htm4
--- 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;">
diff -r a9608c818796 -r 1725558a9ce8 website/buildhtml.mk
--- 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 at wald.intevation.org:/mxd2map/htdocs/
More information about the MXD2map-commits
mailing list