From: Ian Lynagh Date: Tue, 24 Aug 2010 10:58:27 +0000 (+0000) Subject: Clean the generated userguide sources X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=af199e4953c6c75488a7c62b27cddf9fac09af84 Clean the generated userguide sources --- diff --git a/docs/users_guide/ghc.mk b/docs/users_guide/ghc.mk index 9334784..fe2bddd 100644 --- a/docs/users_guide/ghc.mk +++ b/docs/users_guide/ghc.mk @@ -24,6 +24,8 @@ $(docs/users_guide_GENERATED_DOCBOOK_SOURCES): %.gen.xml: inplace/bin/mkUserGuid $(eval $(call docbook,docs/users_guide,users_guide)) +$(eval $(call clean-target,docs/users_guide,gen,$(docs/users_guide_GENERATED_DOCBOOK_SOURCES))) + # Hack: dblatex normalises the name of the input file using # os.path.realpath, which means that if we're in a linked build tree, # it won't be able to find ug-book.xml which is in the build tree but