Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mininet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Olaf Bergmann
mininet
Commits
31015ef5
Commit
31015ef5
authored
12 years ago
by
Bob Lantz
Browse files
Options
Downloads
Patches
Plain Diff
Make doc a real subdirectory so we can put other things there.
parent
600dad24
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
Makefile
+10
-6
10 additions, 6 deletions
Makefile
doc/doxygen.cfg
+2
-2
2 additions, 2 deletions
doc/doxygen.cfg
with
12 additions
and
8 deletions
Makefile
+
10
−
6
View file @
31015ef5
...
...
@@ -9,11 +9,13 @@ MANPAGES = mn.1 mnexec.1
P8IGN
=
E251,E201,E302,E202
BINDIR
=
/usr/bin
MANDIR
=
/usr/share/man/man1
DOCDIRS
=
doc/html doc/latex
PDF
=
doc/latex/refman.pdf
all
:
codecheck test
clean
:
rm
-rf
build dist
*
.egg-info
*
.pyc
$(
MNEXEC
)
$(
MANPAGES
)
rm
-rf
build dist
*
.egg-info
*
.pyc
$(
MNEXEC
)
$(
MANPAGES
)
$(
DOCDIRS
)
codecheck
:
$(PYSRC)
-
echo
"Running code check"
...
...
@@ -31,6 +33,9 @@ test: $(MININET) $(TEST)
-
echo
"Running tests"
mininet/test/test_nets.py
mnexec
:
mnexec.c $(MN) mininet/net.py
cc
$(
CFLAGS
)
$(
LDFLAGS
)
-DVERSION
=
\"
`
PYTHONPATH
=
.
$(
MN
)
--version
`
\"
$<
-o
$@
install
:
$(MNEXEC) $(MANPAGES)
install
$(
MNEXEC
)
$(
BINDIR
)
install
$(
MANPAGES
)
$(
MANDIR
)
...
...
@@ -48,13 +53,12 @@ mn.1: $(MN)
PYTHONPATH
=
.
help2man
-N
-n
"create a Mininet network."
\
--no-discard-stderr
$<
-o
$@
mnexec
:
mnexec.c $(MN) mininet/net.py
cc
$(
CFLAGS
)
$(
LDFLAGS
)
-DVERSION
=
\"
`
PYTHONPATH
=
.
$(
MN
)
--version
`
\"
$<
-o
$@
mnexec.1
:
mnexec
help2man
-N
-n
"execution utility for Mininet."
\
-h
"-h"
-v
"-v"
--no-discard-stderr
./
$<
-o
$@
doc
:
man
doxygen doxygen.cfg
.PHONY
:
doc
doc
:
man
doxygen doc/doxygen.cfg
make
-C
doc/latex
This diff is collapsed.
Click to expand it.
doxygen.cfg
→
doc/
doxygen.cfg
+
2
−
2
View file @
31015ef5
...
...
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
PROJECT_NAME
=
Mininet
PROJECT_NAME
=
"
Mininet
Python API Reference Manual"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
...
...
@@ -919,7 +919,7 @@ COMPACT_LATEX = NO
# by the printer. Possible values are: a4, a4wide, letter, legal and
# executive. If left blank a4wide will be used.
PAPER_TYPE
=
a4wide
PAPER_TYPE
=
letter
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
# packages that should be included in the LaTeX output.
...
...
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