From: giersch Date: Thu, 18 Mar 2010 10:03:11 +0000 (+0000) Subject: Added .htaccess X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/b5a1582372c4bd628a4a0f81c47a4cbb455983c2 Added .htaccess --- diff --git a/INSTALL b/INSTALL index 3b5da13..4873a73 100755 --- a/INSTALL +++ b/INSTALL @@ -15,3 +15,4 @@ install: install -m 755 -d $(DEST) install -m 644 $(SRC) $(DEST) install -m 644 html/* $(DEST) + install -m 644 htaccess $(DEST)/.htaccess diff --git a/htaccess b/htaccess new file mode 100644 index 0000000..13cfa5b --- /dev/null +++ b/htaccess @@ -0,0 +1 @@ +AddType "text/plain; charset=iso-8859-1" cpp h pro