Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Shkenev
gajim
Commits
7bcdb9c6
Commit
7bcdb9c6
authored
19 years ago
by
nicfit
Browse files
Options
Downloads
Patches
Plain Diff
Faciliate the use of ctags and add gajim.desktop dep
parent
075c5bfc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+18
-10
18 additions, 10 deletions
Makefile
with
18 additions
and
10 deletions
Makefile
+
18
−
10
View file @
7bcdb9c6
...
...
@@ -113,7 +113,7 @@ install:
chmod
+x
"
$(
DESTDIR
)$(
PREFIX
)
/bin/
$$
BASE"
;
\
done
gajim.desktop
:
gajim.desktop
:
gajim.desktop.in
intltool-merge
-d
po gajim.desktop.in gajim.desktop
#
...
...
@@ -121,16 +121,17 @@ gajim.desktop:
#
help
:
@
echo
Usage:
@
echo
make
- builds all modules
@
echo
make clean
- delete built modules and object files
@
echo
make
install
-
install
binaries into the official directories
@
echo
make uninstall
- uninstall binaries from the official directories
@
echo
make
help
- prints this
help
@
echo
@
echo
make trayicon
- makes only trayicon module
@
echo
make idle
- makes only idle detection module
@
echo
make - builds all modules
@
echo
make clean - delete built modules and object files
@
echo
make
install
-
install
binaries into the official directories
@
echo
make uninstall - uninstall binaries from the official directories
@
echo
make
help
- prints this
help
@
echo
@
echo
make trayicon - makes only trayicon module
@
echo
make idle - makes only idle detection module
@
echo
make translation - makes only translation
\(
mo files
\)
@
echo
make gtkspell - makes only gtkspell detection module
@
echo
make gtkspell - makes only gtkspell detection module
@
echo
make tags - makes
'tags'
file
for
use with ctags
@
echo
#
...
...
@@ -148,3 +149,10 @@ uninstall:
rm
-f
"
$(
DESTDIR
)$(
PREFIX
)
/share/applications/gajim.desktop"
#the desktop
find
"
$(
DESTDIR
)$(
PREFIX
)
/share/locale"
-name
'gajim.mo'
-exec
rm
{}
\;
#the .mo files
@
echo
done
uninstalling
tags
:
-
rm
tags
exuberant-ctags
-R
.PHONY
:
all translation trayicon gtkspell idle clean dist install help
\
uninstall tags
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