comments
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 15 Jan 2016 08:58:58 +0000 (09:58 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 15 Jan 2016 08:58:58 +0000 (09:58 +0100)
website/Makefile

index b9fe059..5909196 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}