Navigation Menu

Skip to content

Commit

Permalink
Add howto files to rpm packages.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
qtonthat authored and Junio C Hamano committed May 9, 2007
1 parent b51be13 commit 22f0958
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion git.spec.in
Expand Up @@ -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)

Expand Down

0 comments on commit 22f0958

Please sign in to comment.