Author: grumbel
Date: 2007-08-23 19:50:27 +0200 (Thu, 23 Aug 2007)
New Revision: 3031
Removed:
trunk/htdocs/src/
Modified:
trunk/htdocs/
trunk/htdocs/Makefile
Log:
- reorganising htdocs
Property changes on: trunk/htdocs
___________________________________________________________________
Name: svn:ignore
+ build
old
Modified: trunk/htdocs/Makefile
===================================================================
--- trunk/htdocs/Makefile 2007-08-23 17:46:48 UTC (rev 3030)
+++ trunk/htdocs/Makefile 2007-08-23 17:50:27 UTC (rev 3031)
@@ -19,8 +19,16 @@
build/manual.html \
build/press.html
+.PHONY : images
+
all : $(OUTPUTFILES)
+ mkdir -p build/
+images :
+ mkdir -p build/images/
+ cp -v images/*.png build/images/
+ cp -v images/*.jpg build/images/
+
clean :
rm -vf $(OUTPUTFILES)
_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs