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:
Inaky Perez-Gonzalez 2016-06-30 12:55:45 -07:00
commit 1029e4d992
2 changed files with 0 additions and 6 deletions

View file

@ -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
#

View file

@ -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