Revision: 551
          http://rpy.svn.sourceforge.net/rpy/?rev=551&view=rev
Author:   lgautier
Date:     2008-06-07 01:21:19 -0700 (Sat, 07 Jun 2008)

Log Message:
-----------
ensure write privileges to group members after running 'make html'
(may be a choosier way should be implemented later)

Modified Paths:
--------------
    trunk/htdocs/Makefile

Modified: trunk/htdocs/Makefile
===================================================================
--- trunk/htdocs/Makefile       2008-06-07 08:11:56 UTC (rev 550)
+++ trunk/htdocs/Makefile       2008-06-07 08:21:19 UTC (rev 551)
@@ -11,7 +11,9 @@
 manual: rpy/doc/rpy.texi 
        cd rpy/doc && $(MAKE) all
 
-html: $(TARGETS) 
+html: $(TARGETS)
+       chmod -R g+w .
+
 %.html: %.data template.html
        $(PYTHON) subs.py template.html $< $@
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to