doc: makefile doesn't print unneeded output of pwd
Change-Id: Ieff46e5509bab3f23562f020f3b9420f814d33eb Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
975d92c038
commit
1029e4d992
2 changed files with 0 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
|||
#
|
||||
# Prints the PWD : FIXME, this is going to be removed
|
||||
#
|
||||
^pwd
|
||||
^.*/doc
|
||||
#
|
||||
# KERNELVERSION not being defined in local builds, kill that warning,
|
||||
# can ignore it
|
||||
#
|
||||
|
|
|
@ -23,7 +23,6 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
|
|||
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
|
||||
|
||||
doxy-code:
|
||||
pwd
|
||||
cd .. && doxygen doc/doxygen.config
|
||||
|
||||
doxy: doxy-code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue