From: <di...@us...> - 2007-02-05 00:49:47
|
Revision: 379 http://safekeep.svn.sourceforge.net/safekeep/?rev=379&view=rev Author: dimi Date: 2007-02-04 16:49:45 -0800 (Sun, 04 Feb 2007) Log Message: ----------- Deploy the PNGs as well Modified Paths: -------------- website/trunk/Makefile Modified: website/trunk/Makefile =================================================================== --- website/trunk/Makefile 2007-02-05 00:41:21 UTC (rev 378) +++ website/trunk/Makefile 2007-02-05 00:49:45 UTC (rev 379) @@ -28,7 +28,7 @@ @echo " clean Cleans up the source tree" deploy: - cd WebContent; tar cfz - *.html *.shtml images/*.gif theme/*.css | ssh $(SF_SERVER) "cd $(SF_HOME)/htdocs; tar xfvz -" + cd WebContent; tar cfz - *.html *.shtml images/*.gif images/*.png theme/*.css | ssh $(SF_SERVER) "cd $(SF_HOME)/htdocs; tar xfvz -" test: test-html test-css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |