Skip to content

Commit

Permalink
RPM spec: include files in technical/ to package.
Browse files Browse the repository at this point in the history
Not only that they are interesting to users, some of the
files are linked to by the included "Git User's Manual"

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Quy Tonthat authored and Junio C Hamano committed May 13, 2007
1 parent 0ab311d commit b24dd51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,13 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/git-core/
%doc README COPYING Documentation/*.txt
%{!?_without_docs: %doc Documentation/*.html Documentation/howto}
%{!?_without_docs: %doc Documentation/technical}

%changelog
* Tue May 13 2007 Quy Tonthat <qtonthat@gmail.com>
- Added lib files for git-gui
- Added Documentation/technical (As needed by Git Users Manual)

* Tue May 8 2007 Quy Tonthat <qtonthat@gmail.com>
- Added howto files

Expand Down

0 comments on commit b24dd51

Please sign in to comment.