From 1bcb7ea47f4bfe57ded3bd0d0210ec99f56070ee Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 6 Nov 2007 15:58:44 +0100 Subject: add webserver files to upload --- doc/.htaccess | 1 + doc/Makefile-files | 10 +++++++++- doc/README.html | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 doc/.htaccess create mode 100644 doc/README.html (limited to 'doc') diff --git a/doc/.htaccess b/doc/.htaccess new file mode 100644 index 0000000..33a24b2 --- /dev/null +++ b/doc/.htaccess @@ -0,0 +1 @@ +ReadmeFile README.html diff --git a/doc/Makefile-files b/doc/Makefile-files index ae28305..699cd3f 100644 --- a/doc/Makefile-files +++ b/doc/Makefile-files @@ -1,2 +1,10 @@ # -*- Makefile -*- -EXTRA_DIST += doc/ndim-git-cheatsheet.txt +EXTRA_DIST += doc/ndim-git-cheatsheet.txt +doc_DATA += doc/ndim-git-cheatsheet.txt +UPLOAD_FILES += doc/ndim-git-cheatsheet.txt + +UPLOAD_FILES += .htaccess +EXTRA_DIST += .htaccess + +UPLOAD_FILES += README.html +EXTRA_DIST += README.html diff --git a/doc/README.html b/doc/README.html new file mode 100644 index 0000000..31ee882 --- /dev/null +++ b/doc/README.html @@ -0,0 +1 @@ +

-- cgit