[Hejes-devel] [1726] restore Makefile

hejes-devel at nytud.hu hejes-devel at nytud.hu
Wed Mar 8 14:51:34 CET 2017


Revision: 1726
Author:   mittelholcz
Date:     2017-03-08 14:51:34 +0100 (Wed, 08 Mar 2017)
Log Message:
-----------
restore Makefile

Modified Paths:
--------------
    trunk/web2py/applications/helyesiras_webdev/Makefile

Modified: trunk/web2py/applications/helyesiras_webdev/Makefile
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/Makefile	2017-03-07 17:32:34 UTC (rev 1725)
+++ trunk/web2py/applications/helyesiras_webdev/Makefile	2017-03-08 13:51:34 UTC (rev 1726)
@@ -3,15 +3,15 @@
 	epydoc ./modules -o /home/projects/helyesiras/documents/helyesiras.epydoc
 
 
-# svn update + fix ownership, permissions (run: sudo make update)
+# svn update + fix ownership, permissions
 update:
 	svn update
-	chown -R www-data:www-data ./
-	chmod -R g+w ./
+	sudo chown -R www-data:www-data ./
+	sudo chmod -R g+w ./
 
-# this works on the htp-devel server which runs with apache (run: sudo make restart)
+# this works on the htp-devel server which runs with apache
 restart:
-	/etc/init.d/apache2 restart
+	sudo /etc/init.d/apache2 restart
 
 # use this if new exceptions were added or changed in any of the modules
 restart_memcached:




More information about the Hejes-devel mailing list