Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mercurial-devel
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
mercurial-devel
Commits
1a779452
Commit
1a779452
authored
18 years ago
by
Matt Mackall
Browse files
Options
Downloads
Patches
Plain Diff
Automatically build MANIFEST for make dist
parent
1ef8ada4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+0
-17
0 additions, 17 deletions
MANIFEST.in
Makefile
+3
-1
3 additions, 1 deletion
Makefile
with
3 additions
and
18 deletions
MANIFEST.in
deleted
100644 → 0
+
0
−
17
View file @
1ef8ada4
include hg
recursive-include mercurial *.py
include hgweb.cgi hgwebdir.cgi
include hgeditor rewrite-log
include tests/README tests/*.py tests/test-*[a-z0-9] tests/*.out tests/*.bin
prune tests/*.err
include *.txt
include doc/README doc/Makefile doc/gendoc.py doc/*.txt doc/*.html doc/*.[0-9]
recursive-include templates *
recursive-include contrib *
recursive-include hgext *
include README
include CONTRIBUTORS
include COPYING
include Makefile
include MANIFEST.in
prune *.elc *.orig *.rej *~ *.o *.so *.pyc *.swp *.prof
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
1
View file @
1a779452
...
...
@@ -56,7 +56,9 @@
dist
:
tests dist-notests
dist-notests
:
doc
TAR_OPTIONS
=
"--owner=root --group=root --mode=u+w,go-w,a+rX-s"
$(
PYTHON
)
setup.py sdist
--force-manifest
hg manifest
>
MANIFEST
TAR_OPTIONS
=
"--owner=root --group=root --mode=u+w,go-w,a+rX-s"
$(
PYTHON
)
setup.py sdist
rm
MANIFEST
tests
:
cd
tests
&&
$(
PYTHON
)
run-tests.py
...
...
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