From 220a00c23ad850acc3029ceadaac010291cc8c3c Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 7 Nov 2007 20:34:03 +0100 Subject: Prepare web for 1.15 --- doc/.htaccess | 4 +++- git-buildmsg/Makefile-files | 2 +- git-rebase-subtree/Makefile-files | 2 +- 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 -- cgit