Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyroute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
safeedge
pyroute2
Commits
4e00cd82
Commit
4e00cd82
authored
Apr 17, 2020
by
Peter V. Saveliev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: fix the install target
Bug-Url:
https://github.com/svinota/pyroute2/issues/700
parent
1b5131a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Makefile
Makefile
+5
-3
No files found.
Makefile
View file @
4e00cd82
...
...
@@ -96,9 +96,8 @@ force-version: clean-version update-version
update-version
:
setup.ini
docs
:
force-version
docs
:
force-version
README.md
@
cp
README.rst docs/general.rst
@
cat
README.rst | python ./docs/conv.py
>
README.md
@
cp
README.make.md docs/makefile.rst
@
cp
README.report.md docs/report.rst
@
cp
CHANGELOG.md docs/changelog.rst
...
...
@@ -155,7 +154,10 @@ upload: clean force-version docs
dist
:
force-version docs
@
${python}
setup.py sdist
>
/dev/null 2>&1
install
:
clean force-version
README.md
:
@
cat
README.rst | python ./docs/conv.py
>
README.md
install
:
clean force-version README.md
${python}
setup.py
install
${root}
${lib}
# in order to get it working, one should install pyroute2
...
...
Write
Preview
Markdown
is supported
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