]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Add howto files to rpm packages.
authorQuy Tonthat <qtonthat@gmail.com>
Tue, 8 May 2007 14:19:41 +0000 (00:19 +1000)
committerJunio C Hamano <junkio@cox.net>
Wed, 9 May 2007 05:09:04 +0000 (22:09 -0700)
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>
git.spec.in

index 87197d10e19107883716e3ced5b4eb38c3d933be..b0ea62884fac624df16c6214c2c0aec912b3a3d2 100644 (file)
@@ -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)