website
[nepi.git] / website / Makefile
index b9fe059..4ce410a 100644 (file)
@@ -1,5 +1,8 @@
 ########## contents
 ALL_MDS = $(shell git ls-files | grep '\.md$$')
+# a first, quick and dirty approach is to publish right
+# in /var/www/html so there's no impact on the httpd config
+# of course we might have to isolate this underneath at some point
 PUBLISH_PATH = /var/www/html
 
 #ALL_PLUGINS = plugins/*.{js,css,html}
@@ -48,7 +51,7 @@ status:
 convert: 
        generate-md --layout $(LAYOUT) --input markdown --output html
 
-# default is ti publish locally as this runs right from r2lab.inria.fr
+# default is to publish locally as this runs right from nepi-newpl.sophia.inria.fr
 publish:
        rsync -av --delete html/ $(PUBLISH_PATH)/