X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fdocs%2FMakefile;h=cf8be1f57fcdcf1b33c89039ef7fd3482125ac5f;hb=510a79799cc155612d098e87bdc8062d0cd47978;hp=f9d5e0c81e91163e52e4de6a01bf859f1c20706e;hpb=02b60157852c1bf3c371b47c33d83814a05153bc;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index f9d5e0c..cf8be1f 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -1,6 +1,11 @@ -TOP = ../.. -include $(TOP)/ghc/mk/ghc.mk +TOP = .. +include $(TOP)/mk/boilerplate.mk -SUBDIRS = users_guide install_guide release_notes state_interface +# +# No ways and export this piece of config info downwards. +# +export WAYS= -include $(TOP)/mk/subdir.mk +SUBDIRS = users_guide + +include $(TOP)/mk/target.mk