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
76d50a4c
Commit
76d50a4c
authored
19 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
fix Makefile
parent
3f8c0efc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-2
4 additions, 2 deletions
Makefile
with
4 additions
and
2 deletions
Makefile
+
4
−
2
View file @
76d50a4c
...
...
@@ -15,7 +15,9 @@ DIRS = `$(FIND) -exec dirname {} \; | sort -u`
FIND_LIB
=
find
.
-name
'*.so'
FILES_LIB
=
`
$(
FIND_LIB
)
`
SCRIPTS
=
scripts/gajim
SCRIPTS
=
\
scripts/gajim
scripts/gajim-remote
all
:
translation trayicon gtkspell idle
...
...
@@ -46,7 +48,6 @@ dist:
for
s
in
$(
SCRIPTS
)
;
do
\
cp
$$
s gajim-
$(
VERSION
)
/scripts/
;
\
done
cp
src/gajim-remote.py gajim-
$(
VERSION
)
/src/
;
\
find gajim-
$(
VERSION
)
-name
'.svn'
-type
d | xargs
rm
-rf
find gajim-
$(
VERSION
)
-name
'*.pyc'
-exec
rm
{}
\;
find gajim-
$(
VERSION
)
-name
'*.pyo'
-exec
rm
{}
\;
...
...
@@ -117,6 +118,7 @@ uninstall:
rm
-f
"
$(
DESTDIR
)$(
PREFIX
)
/bin/gajim"
# the bash script
rm
-f
"
$(
DESTDIR
)$(
PREFIX
)
/bin/gajim-remote"
# remote-control script
rm
-f
"
$(
MANDIR
)
/man1/gajim.1.gz"
# the man page
rm
-f
"
$(
MANDIR
)
/man1/gajim-remote.1.gz"
# the man page
rm
-f
"
$(
DESTDIR
)$(
PREFIX
)
/share/pixmaps/gajim.png"
# the icon
rm
-f
"
$(
DESTDIR
)$(
PREFIX
)
/share/applications/gajim.desktop"
#the desktop
@
echo
done
uninstalling
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