aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuy Tonthat <qtonthat@gmail.com>2007-05-09 00:19:41 +1000
committerJunio C Hamano <junkio@cox.net>2007-05-08 22:09:04 -0700
commit22f09585d402f79f8248b30253c3338f69114ba3 (patch)
tree1e1138e2e164f98377de7998c854a552d49b1ca6
parentb51be13c9c83621551824876ee037151a92f0323 (diff)
downloadgit-22f09585d402f79f8248b30253c3338f69114ba3.tar.gz
git-22f09585d402f79f8248b30253c3338f69114ba3.tar.xz
Add howto files to rpm packages.
RPM packages did not include howto files which causes broken links in howto-index.html Signed-off-by: Quy Tonthat <qtonthat@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--git.spec.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/git.spec.in b/git.spec.in
index 87197d10e..b0ea62884 100644
--- a/git.spec.in
+++ b/git.spec.in
@@ -166,9 +166,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%{_datadir}/git-core/
%doc README COPYING Documentation/*.txt
-%{!?_without_docs: %doc Documentation/*.html }
+%{!?_without_docs: %doc Documentation/*.html Documentation/howto}
%changelog
+* Tue May 8 2007 Quy Tonthat <qtonthat@gmail.com>
+- Added howto files
+
* Mon Feb 13 2007 Nicolas Pitre <nico@cam.org>
- Update core package description (Git isn't as stupid as it used to be)