Skip to content

Commit 22f0958

Browse files
qtonthatJunio C Hamano
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b51be13 commit 22f0958

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

git.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,12 @@ rm -rf $RPM_BUILD_ROOT
166166
%defattr(-,root,root)
167167
%{_datadir}/git-core/
168168
%doc README COPYING Documentation/*.txt
169-
%{!?_without_docs: %doc Documentation/*.html }
169+
%{!?_without_docs: %doc Documentation/*.html Documentation/howto}
170170

171171
%changelog
172+
* Tue May 8 2007 Quy Tonthat <[email protected]>
173+
- Added howto files
174+
172175
* Mon Feb 13 2007 Nicolas Pitre <[email protected]>
173176
- Update core package description (Git isn't as stupid as it used to be)
174177

0 commit comments

Comments
 (0)