[Gpg4win-commits] r1646 - trunk/doc/website

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 15 10:46:27 CET 2011


Author: emanuel
Date: 2011-03-15 10:46:26 +0100 (Tue, 15 Mar 2011)
New Revision: 1646

Modified:
   trunk/doc/website/buildhtml.mk
   trunk/doc/website/template_header.m4
Log:
Build fixes.


Modified: trunk/doc/website/buildhtml.mk
===================================================================
--- trunk/doc/website/buildhtml.mk	2011-03-15 08:22:55 UTC (rev 1645)
+++ trunk/doc/website/buildhtml.mk	2011-03-15 09:46:26 UTC (rev 1646)
@@ -16,8 +16,8 @@
 
 # Installation configuration
 INSTALL_DIR = /tmp/gpg4win-www
-ADD_INST_TYPES = *.css *.ico *.php
-ADD_INST_DIRS = pix
+ADD_INST_TYPES = *.css *.php *.png
+ADD_INST_DIRS = pix img
 
 #USER=$(shell grep "svn+ssh://" .svn/entries | sed -e "s/.*svn+ssh:\/\///g" | sed -e "s/@.*//g" | head -1)
 
@@ -31,8 +31,7 @@
 all: $(TARGETS) subdirs
 
 $(TARGETS): template.m4 template_header.m4 versions.m4 \
-            header.m4 \
-            gpg4win.css
+            header.m4 gpg4win.css
 
 subdirs: $(SUBDIRS)
 	@for dir in $^ ; do \

Modified: trunk/doc/website/template_header.m4
===================================================================
--- trunk/doc/website/template_header.m4	2011-03-15 08:22:55 UTC (rev 1645)
+++ trunk/doc/website/template_header.m4	2011-03-15 09:46:26 UTC (rev 1646)
@@ -70,6 +70,7 @@
   </div>
 
   <div id="footer">
+   <br>
    <div id="sitemap">
     <ul>
      <li><a href="index-de.html"><img src="img/logo_footer.png" alt="" /></a></li>



More information about the Gpg4win-commits mailing list