Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pyromaths
pyromaths
Commits
35102f08
Commit
35102f08
authored
May 12, 2013
by
Olivier Cornu
Browse files
Simplify full dir inclusion in manifests.
parent
90160b03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
35102f08
...
...
@@ -32,14 +32,14 @@ FILES := AUTHORS COPYING NEWS pyromaths README setup.py MANIFEST.in src data
MANIFEST
:=
\
include AUTHORS COPYING NEWS
\n\
exclude MANIFEST.in
\n\
recursive-include data
*
\n
graft data
\n
# Minimal install (i.e. without test/ dir):
MANIFEST-min
:=
$(MANIFEST)
\
prune
test
\n
# Full project sources:
MANIFEST-all
:=
$(MANIFEST)
\
recursive-include debian
*
\n\
recursive-include utils
*
\n\
graft debian
\n\
graft utils
\n\
include Makefile
\n
# Unix:
MANIFEST-unix
:=
$
(
MANIFEST-min
)
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment