Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
e26aa72
for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2015-01-25T05:00:06Z (
10 years
ago)
Author:
dequis <dx@…>
Branches:
master
Children:
36ee8c6
,
95e17fc
Parents:
eb4ad8d
git-author:
dequis <dx@…> (24-01-15 22:48:09)
git-committer:
dequis <dx@…> (25-01-15 05:00:06)
Message:
Add git specific stuff!
A few build system tweaks
A fancy README.md
s/.bzrignore/.gitignore/
.travis.yml for travis-ci integration
doc/git-bzr-rev-map for historical purposes
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
reb4ad8d
re26aa72
153
153
x=$$(basename $$(pwd)); \
154
154
cd ..; \
155
tar czf $$x.tar.gz --exclude
=debian --exclude=.bzr* --exclude=.depend
$$x
155
tar czf $$x.tar.gz --exclude
-from=.gitignore
$$x
156
156
157
157
$(subdirs):
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive