diff options
-rw-r--r-- | doc/.htaccess | 1 | ||||
-rw-r--r-- | doc/Makefile-files | 10 | ||||
-rw-r--r-- | doc/README.html | 1 |
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> |