[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pingus-CVS] r3031 - trunk/htdocs
From: |
grumbel at BerliOS |
Subject: |
[Pingus-CVS] r3031 - trunk/htdocs |
Date: |
Thu, 23 Aug 2007 19:50:27 +0200 |
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pingus-CVS] r3031 - trunk/htdocs,
grumbel at BerliOS <=