1 # $Id: target.mk,v 1.12 2002/07/02 13:49:27 simonmar Exp $
5 # All the libs in here are "hierarchical", this flag tell the
6 # installation machinery to make sure that when installing interface
7 # files we maintain the directory structure.
10 # NOT YET: Haddock needs to understand about .raw-hs files
12 # Set our source links to point to the CVS repository on the web.
13 # SRC_HADDOCK_OPTS += -s http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/libaries/$(PACKAGE)
15 include $(TOP)/mk/target.mk
17 TOP:=$(LIBRARIES_TOP)/..