Added make lint support.
This commit is contained in:
parent
406f57a2d1
commit
2f83cb7d4a
2 changed files with 7 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -36,6 +36,9 @@ check-all:
|
|||
fi \
|
||||
done
|
||||
|
||||
lint:
|
||||
@rake lint
|
||||
|
||||
rdoc: $(MANIFESTS)
|
||||
mkdir .$$$$ ; \
|
||||
puppetdoc --mode rdoc --outputdir rdoc --modulepath . --manifestdir .$$$$ ; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue