Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vcsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
vcsh
Commits
e7f6c089
Commit
e7f6c089
authored
Feb 27, 2012
by
Richard Hartmann
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into debian
parents
d037184c
f03a6c5d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+15
-14
15 additions, 14 deletions
Makefile
changelog
+5
-0
5 additions, 0 deletions
changelog
doc/vcsh.1.ronn
+1
-1
1 addition, 1 deletion
doc/vcsh.1.ronn
with
21 additions
and
15 deletions
Makefile
+
15
−
14
View file @
e7f6c089
PREFIX
=
/usr
PREFIX
=
/usr
manpages
=
vcsh.1
self
=
vcsh
manpages
=
$(
self
)
.1
all
=
test
manpages
all
=
test
manpages
all
:
$(all)
all
:
$(all)
install
:
all
install
:
all
install
-d
$(
DESTDIR
)$(
PREFIX
)
/bin
install
-d
$(
DESTDIR
)$(
PREFIX
)
/bin
install
-m
0755
vcsh
$(
DESTDIR
)$(
PREFIX
)
/bin
install
-m
0755
$(
self
)
$(
DESTDIR
)$(
PREFIX
)
/bin
install
-d
$(
DESTDIR
)$(
PREFIX
)
/share/man/man1
install
-d
$(
DESTDIR
)$(
PREFIX
)
/share/man/man1
install
-m
0644
$(
manpages
)
$(
DESTDIR
)$(
PREFIX
)
/share/man/man1
install
-m
0644
$(
manpages
)
$(
DESTDIR
)$(
PREFIX
)
/share/man/man1
install
-d
$(
DESTDIR
)$(
PREFIX
)
/share/doc/
vcsh
install
-d
$(
DESTDIR
)$(
PREFIX
)
/share/doc/
$(
self
)
install
-m
0644 README.md
$(
DESTDIR
)$(
PREFIX
)
/share/doc/
vcsh
install
-m
0644 README.md
$(
DESTDIR
)$(
PREFIX
)
/share/doc/
$(
self
)
install
-m
0644 doc/hooks
$(
DESTDIR
)$(
PREFIX
)
/share/doc/
vcsh
install
-m
0644 doc/hooks
$(
DESTDIR
)$(
PREFIX
)
/share/doc/
$(
self
)
install
-d
$(
DESTDIR
)$(
PREFIX
)
/share/zsh/vendor-completions
install
-d
$(
DESTDIR
)$(
PREFIX
)
/share/zsh/vendor-completions
install
-m
0644 _
vcsh
$(
DESTDIR
)$(
PREFIX
)
/share/zsh/vendor-completions
install
-m
0644 _
$(
self
)
$(
DESTDIR
)$(
PREFIX
)
/share/zsh/vendor-completions
manpages
:
$(manpages)
manpages
:
$(manpages)
vcsh
.1
:
doc/
vcsh
.1.ronn
$(self)
.1
:
doc/
$(self)
.1.ronn
ronn < doc/
vcsh
.1.ronn
>
vcsh
.1
ronn < doc/
$(
self
)
.1.ronn
>
$(
self
)
.1
clean
:
clean
:
rm
-rf
vcsh
.1
rm
-rf
$(
self
)
.1
uninstall
:
uninstall
:
rm
-rf
$(
DESTDIR
)$(
PREFIX
)
/bin/
vcsh
rm
-rf
$(
DESTDIR
)$(
PREFIX
)
/bin/
$(
self
)
rm
-rf
$(
DESTDIR
)$(
PREFIX
)
/share/man/man1/
vcsh
.1
rm
-rf
$(
DESTDIR
)$(
PREFIX
)
/share/man/man1/
$(
self
)
.1
rm
-rf
$(
DESTDIR
)$(
PREFIX
)
/share/doc/
vcsh
rm
-rf
$(
DESTDIR
)$(
PREFIX
)
/share/doc/
$(
self
)
rm
-rf
$(
DESTDIR
)$(
PREFIX
)
/share/zsh/vendor-completions/_
vcsh
rm
-rf
$(
DESTDIR
)$(
PREFIX
)
/share/zsh/vendor-completions/_
$(
self
)
# Potentially harmful, used a non-standard option on purpose.
# Potentially harmful, used a non-standard option on purpose.
# If PREFIX=/usr/local and that's empty...
# If PREFIX=/usr/local and that's empty...
...
...
This diff is collapsed.
Click to expand it.
changelog
+
5
−
0
View file @
e7f6c089
2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
* Refactor Makefile
* Fix license information in manpage
2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
* Introduce `vcsh which`
* Introduce `vcsh which`
...
...
This diff is collapsed.
Click to expand it.
doc/vcsh.1.ronn
+
1
−
1
View file @
e7f6c089
...
@@ -180,7 +180,7 @@ This manpage and `vcsh` itself were written by Richard "RichiH" Hartmann.
...
@@ -180,7 +180,7 @@ This manpage and `vcsh` itself were written by Richard "RichiH" Hartmann.
Copyright 2011-2012 Richard Hartmann <richih.mailinglist@gmail.com>
Copyright 2011-2012 Richard Hartmann <richih.mailinglist@gmail.com>
Licensed under the GNU GPL version
3
or higher.
Licensed under the GNU GPL version
2
or higher.
https://github.com/RichiH/vcsh
https://github.com/RichiH/vcsh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment