diff options
author | Ian Lynagh <igloo@earth.li> | 2010-08-24 10:58:27 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-08-24 10:58:27 +0000 |
commit | af199e4953c6c75488a7c62b27cddf9fac09af84 (patch) | |
tree | d9f63b864030e235a6c355a8cffe25d3b64353f7 /docs/users_guide/ghc.mk | |
parent | 712ea2a4c7b7d0e90f9651ce9618dd31bc07562f (diff) | |
download | haskell-af199e4953c6c75488a7c62b27cddf9fac09af84.tar.gz |
Clean the generated userguide sources
Diffstat (limited to 'docs/users_guide/ghc.mk')
-rw-r--r-- | docs/users_guide/ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/ghc.mk b/docs/users_guide/ghc.mk index 9334784c6d..fe2bddd0d9 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 |