diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-16 00:11:18 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-16 00:11:18 +0000 |
commit | d346b2e9f580c872305a4619a28a9536f8ba8082 (patch) | |
tree | b1d7e63bc5525e080aeb15379eb76648b8acd328 /docs | |
parent | 95613f10aecf62b020425cbce1d719b01d0f2cf8 (diff) | |
download | haskell-d346b2e9f580c872305a4619a28a9536f8ba8082.tar.gz |
Remove some $(TOP)s that cause problems on Windows (as they contain ':')
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghc.mk b/docs/users_guide/ghc.mk index 25cd001c96..6d9b275503 100644 --- a/docs/users_guide/ghc.mk +++ b/docs/users_guide/ghc.mk @@ -23,7 +23,7 @@ $(eval $(call docbook,docs/users_guide,users_guide)) # tree. This is a horrible hack, but I can't find a better way to do # it --SDM (2009-05-11) -build_ug_book = $(TOP)/docs/users_guide/ug-book.xml +build_ug_book = docs/users_guide/ug-book.xml src_ug_book = $(dir $(realpath $(dir $(build_ug_book))/ug-book.xml.in))ug-book.xml ifneq "$(build_ug_book)" "$(src_ug_book)" |