summaryrefslogtreecommitdiff
path: root/Documentation/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-04-13 17:46:28 -0700
committerBen Pfaff <blp@ovn.org>2017-04-14 12:39:11 -0700
commitf654d6e4df5dd5b06fede3a66f68b0480d22ae8c (patch)
tree2633c8cc97aa706ea0887038685416871cf6354c /Documentation/automake.mk
parentd89d1d07c619763b6dd5b1c596429010ded3c235 (diff)
downloadopenvswitch-f654d6e4df5dd5b06fede3a66f68b0480d22ae8c.tar.gz
doc: Also delete stamp file in clean-docs target.
Otherwise "make docs-check" won't necessarily do anything since its apparent target is up to date. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'Documentation/automake.mk')
-rw-r--r--Documentation/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/automake.mk b/Documentation/automake.mk
index ed12ad017..ec60e0b1e 100644
--- a/Documentation/automake.mk
+++ b/Documentation/automake.mk
@@ -123,6 +123,7 @@ clean-docs:
rm -rf $(SPHINXBUILDDIR)/doctrees
rm -rf $(SPHINXBUILDDIR)/html
rm -rf $(SPHINXBUILDDIR)/linkcheck
+ rm -f docs-check
CLEAN_LOCAL += clean-docs
ALL_LOCAL += $(srcdir)/Documentation/conf.py