diff options
author | Ian Lynagh <igloo@earth.li> | 2006-12-05 23:52:44 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2006-12-05 23:52:44 +0000 |
commit | 501f3c52a3fd0ce238d6be1bcc72a6c53c8e9d37 (patch) | |
tree | ab9581fef41279cd65f5dfd8d3d32f42a8cb9841 /docs/Makefile | |
parent | 07be901da936ec4a503a514b02c6d247f533b963 (diff) | |
download | haskell-501f3c52a3fd0ce238d6be1bcc72a6c53c8e9d37.tar.gz |
Make a ghc/ghci manpage
Set GhcManpages=YES in mk/build.mk if you want to build the manpage.
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 267de1dbf7..99b6d68e3b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,7 +1,7 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = building docbook-cheat-sheet ext-core storage-mgt users_guide +SUBDIRS = man building docbook-cheat-sheet ext-core storage-mgt users_guide PAGES = index.html |