Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3848

Modified Files:
        Makefile.am 
Log Message:
Bring the last remaining bits of dist.mk.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/tmux/tmux/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am 7 Jan 2011 15:04:24 -0000       1.7
+++ Makefile.am 7 Jan 2011 15:09:04 -0000       1.8
@@ -9,6 +9,7 @@
        CHANGES FAQ NOTES TODO examples compat \
        array.h compat.h tmux.h osdep-*.c
 dist-hook:
+       grep "^#found_debug=" configure
        find $(distdir) -name CVS -type d|xargs rm -Rf
 
 # glibc as usual does things ass-backwards and hides useful things by default,
@@ -222,3 +223,18 @@
 if NO_STRTONUM
 nodist_tmux_SOURCES += compat/strtonum.c
 endif
+
+# Update SF web site.
+upload-index.html: update-index.html
+       scp www/index.html www/main.css www/images/*.png \
+               ${USER},[email protected]:/home/groups/t/tm/tmux/htdocs
+       rm -f www/index.html www/images/small-*
+
+update-index.html:
+       (cd www/images && \
+               rm -f small-* && \
+               for i in *.png; do \
+                       convert "$$i" -resize 200x150 "small-$$i"; \
+               done \
+       )
+       sed "s/%%VERSION%%/${VERSION}/g" www/index.html.in >www/index.html


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to