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
Erik Huelsmann
gajim
Commits
46c3bc72
Commit
46c3bc72
authored
20 years ago
by
Vincent Hanquez
Browse files
Options
Downloads
Patches
Plain Diff
provide a (gore) dist target for nightly build.
parent
dc7c7784
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
+14
-0
14 additions, 0 deletions
Makefile
with
14 additions
and
0 deletions
Makefile
+
14
−
0
View file @
46c3bc72
...
...
@@ -21,6 +21,20 @@ clean:
find
-name
*
.pyc
-exec
rm
{}
\;
$(
foreach sdir,
$(
MODULES
)
, make
-C
$(
sdir
)
clean
;)
# FIXME -- ol gorito
dist
:
-
rm
-rf
gajim-
$(
VERSION
)
mkdir
gajim-
$(
VERSION
)
cp
-r
plugins debian scripts common Core doc Messages sounds gajim-
$(
VERSION
)
/
cp
setup_win32.py gajim.iss AUTHORS gajim.1 gajim.xpm gajim.ico COPYING Makefile gajim.py gajim-
$(
VERSION
)
-
find gajim-
$(
VERSION
)
-name
'.svn'
-exec
rm
-rf
{}
\;
2> /dev/null
find gajim-
$(
VERSION
)
-name
'*.pyc'
-exec
rm
{}
\;
find gajim-
$(
VERSION
)
-name
'*.pyo'
-exec
rm
{}
\;
find gajim-
$(
VERSION
)
-name
'.*'
-exec
rm
{}
\;
@
echo
tarring gajim-
$(
VERSION
)
...
@
tar
cjf gajim-
$(
VERSION
)
.tar.bz2 gajim-
$(
VERSION
)
/
rm
-rf
gajim-
$(
VERSION
)
install
:
for
d
in
$(
DIRS
)
;
do
\
if
[
!
-d
$(
DESTDIR
)$(
PREFIX
)
/share/gajim/
$$
d
]
;
then
\
...
...
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