summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-07 20:34:03 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-07 20:34:03 +0100
commit220a00c23ad850acc3029ceadaac010291cc8c3c (patch)
treec5d0dcf5c8fd220b0e6cf9e14181c2e85d3c2b09
parent284b6081c82fdcebc926dd26ca25191333430982 (diff)
downloadndim-git-utils-220a00c23ad850acc3029ceadaac010291cc8c3c.tar.gz
ndim-git-utils-220a00c23ad850acc3029ceadaac010291cc8c3c.tar.xz
ndim-git-utils-220a00c23ad850acc3029ceadaac010291cc8c3c.zip
Prepare web for 1.15
-rw-r--r--doc/.htaccess4
-rw-r--r--git-buildmsg/Makefile-files2
-rw-r--r--git-rebase-subtree/Makefile-files2
3 files changed, 5 insertions, 3 deletions
diff --git a/doc/.htaccess b/doc/.htaccess
index d3eed09..5558f6e 100644
--- a/doc/.htaccess
+++ b/doc/.htaccess
@@ -1,5 +1,7 @@
-AddDescription "GNU GENERAL PUBLIC LICENSE" COPYING
+AddDescription "MIT LICENSE" LICENSE.MIT
+AddDescription "GNU GENERAL PUBLIC LICENSE" LICENSE.GPL
AddDescription "General description of ndim-git-utils" README
+AddDescription "Common code to several scripts" git-ndim-sh
AddDescription "The git-amb(1) man page" git-amb.txt
AddDescription "The git-amb script" git-amb
AddDescription "The git-rebase-subtree(1) man page" git-rebase-subtree.txt
diff --git a/git-buildmsg/Makefile-files b/git-buildmsg/Makefile-files
index aed68ad..05938a2 100644
--- a/git-buildmsg/Makefile-files
+++ b/git-buildmsg/Makefile-files
@@ -1,7 +1,7 @@
# -*- makefile -*-
bin_SCRIPTS += git-buildmsg/git-buildmsg
EXTRA_DIST += git-buildmsg/git-buildmsg.in
-# UPLOAD_FILES += git-buildmsg/git-buildmsg
+UPLOAD_FILES += git-buildmsg/git-buildmsg
TESTS += git-buildmsg-test
check_PROGRAMS += git-buildmsg-test
diff --git a/git-rebase-subtree/Makefile-files b/git-rebase-subtree/Makefile-files
index 1e6a8fd..27e1549 100644
--- a/git-rebase-subtree/Makefile-files
+++ b/git-rebase-subtree/Makefile-files
@@ -1,7 +1,7 @@
# -*- makefile -*-
bin_SCRIPTS += git-rebase-subtree/git-rebase-subtree
EXTRA_DIST += git-rebase-subtree/git-rebase-subtree.in
-# UPLOAD_FILES += git-rebase-subtree/git-rebase-subtree
+UPLOAD_FILES += git-rebase-subtree/git-rebase-subtree
man1_MANS += git-rebase-subtree/git-rebase-subtree.man
EXTRA_DIST += git-rebase-subtree/git-rebase-subtree.man.in