From 1029e4d9922632f6a22c9f1fb2aa629fd32c9ba7 Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Thu, 30 Jun 2016 12:55:45 -0700 Subject: [PATCH] doc: makefile doesn't print unneeded output of `pwd` Change-Id: Ieff46e5509bab3f23562f020f3b9420f814d33eb Signed-off-by: Inaky Perez-Gonzalez --- .known-issues/doc/header_footer.conf | 5 ----- doc/Makefile | 1 - 2 files changed, 6 deletions(-) diff --git a/.known-issues/doc/header_footer.conf b/.known-issues/doc/header_footer.conf index a432d1c99ec..1f653be79a5 100644 --- a/.known-issues/doc/header_footer.conf +++ b/.known-issues/doc/header_footer.conf @@ -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 # diff --git a/doc/Makefile b/doc/Makefile index 86ca2019382..c1e2ff7574f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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