summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 15:58:44 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 15:58:44 +0100
commit1bcb7ea47f4bfe57ded3bd0d0210ec99f56070ee (patch)
tree175d00f7ca31b03e1b4af40cfae4071602aa2364 /doc
parent51c8820d5af8a06eabeb0a5da0adbbc93e47a104 (diff)
downloadndim-git-utils-1bcb7ea47f4bfe57ded3bd0d0210ec99f56070ee.tar.gz
ndim-git-utils-1bcb7ea47f4bfe57ded3bd0d0210ec99f56070ee.tar.xz
ndim-git-utils-1bcb7ea47f4bfe57ded3bd0d0210ec99f56070ee.zip
add webserver files to upload
Diffstat (limited to 'doc')
-rw-r--r--doc/.htaccess1
-rw-r--r--doc/Makefile-files10
-rw-r--r--doc/README.html1
3 files changed, 11 insertions, 1 deletions
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 @@
+<p></p>