You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
423 B
10 lines
423 B
--- ghc-7.6.3/libraries/gen_contents_index~ 2013-04-19 06:22:46.000000000 +0900 |
|
+++ ghc-7.6.3/libraries/gen_contents_index 2013-04-22 12:07:48.922152864 +0900 |
|
@@ -60,6 +60,6 @@ |
|
done |
|
else |
|
- HADDOCK=../../../../../bin/haddock |
|
+ HADDOCK=/usr/bin/haddock |
|
# We don't want the GHC API to swamp the index |
|
HADDOCK_FILES=`ls -1 */*.haddock | grep -v '/ghc\.haddock' | sort` |
|
HADDOCK_ARGS="-p prologue.txt"
|
|
|