Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Pavel Zhukov
Kea
Commits
0875cf30
Commit
0875cf30
authored
Oct 02, 2018
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#10,!3] Couple convenience make targets added
parent
66a390fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
doc/Makefile.am
doc/Makefile.am
+11
-2
No files found.
doc/Makefile.am
View file @
0875cf30
...
...
@@ -74,12 +74,21 @@ guide:
clean
:
rm
-rf
html
templates
:
# This target will generate templates. There's no need to run it, unless
# new commands have been added or there are existing commands that are
# still not documented.
templates
:
docgen
docgen/generate-templates docgen/cmds-list
api
:
templates
# This will generate the api.xml file using docgen generator. It will
# read the JSON files from api/ directory. Make sure they're up to date.
api
:
templates docgen
docgen/kea-docgen api/
*
.json
# This convenience target makes sure the docgen tool is built properly
docgen
:
$(MAKE)
-C
docgen
# That's a bit of a hack, but we are making sure that devel target
# is always valid. The alternative is to make devel depend on all
# *.cc *.h files in the whole tree.
...
...
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