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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
eta
gajim
Commits
a72b7a42
Commit
a72b7a42
authored
19 years ago
by
nicfit
Browse files
Options
Downloads
Patches
Plain Diff
added distclean
parent
f6e2590e
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
+8
-4
8 additions, 4 deletions
Makefile
with
8 additions
and
4 deletions
Makefile
+
8
−
4
View file @
a72b7a42
...
...
@@ -39,6 +39,9 @@ gtkspell:
idle
:
${
MAKE
}
-C
src/common all
;
distclean
:
clean
-
rm
./tags
clean
:
find
.
-name
'*.pyc'
-exec
rm
{}
\;
find
.
-name
'*.pyo'
-exec
rm
{}
\;
...
...
@@ -122,15 +125,16 @@ gajim.desktop: gajim.desktop.in
#
help
:
@
echo
Usage:
@
echo
make - builds all modules
@
echo
make clean - delete built modules and object files
@
echo
make - builds all modules
@
echo
make clean - delete built modules and object files
@
echo
make distclean - delete all other unnecessary file
for
a pristine dist
@
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 translation
- makes only translation
\(
mo files
\)
@
echo
make gtkspell - makes only gtkspell detection module
@
echo
make tags - makes
'tags'
file
for
use with ctags
@
echo
...
...
@@ -155,5 +159,5 @@ tags:
-
rm
tags
exuberant-ctags
-R
.PHONY
:
all translation trayicon gtkspell idle clean dist install help
\
.PHONY
:
all translation trayicon gtkspell idle clean dist
distclean
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