3feedcfcfe
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ghc#5eeb12394ca9833b1942ac88a9793e845419b4cf
11 lines
423 B
Diff
11 lines
423 B
Diff
--- 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"
|