From: Quy Tonthat Date: Tue, 8 May 2007 14:19:41 +0000 (+1000) Subject: Add howto files to rpm packages. X-Git-Tag: v1.5.1.4~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=22f09585d402f79f8248b30253c3338f69114ba3;p=git.git 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 Signed-off-by: Junio C Hamano --- 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 +- Added howto files + * Mon Feb 13 2007 Nicolas Pitre - Update core package description (Git isn't as stupid as it used to be)