X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=467d39d8dab53abd4306cf0d33e384eabf3058c2;hb=a38fed411ee18754cede5c410ec94f33001c0af3;hp=f9d5e0c81e91163e52e4de6a01bf859f1c20706e;hpb=02b60157852c1bf3c371b47c33d83814a05153bc;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index f9d5e0c..467d39d 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -1,6 +1,12 @@ -TOP = ../.. -include $(TOP)/ghc/mk/ghc.mk +TOP = .. +include $(TOP)/mk/boilerplate.mk -SUBDIRS = users_guide install_guide release_notes state_interface +SUBDIRS = users_guide -include $(TOP)/mk/subdir.mk +PAGES = index.html libraries.html + +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html + +include $(TOP)/mk/target.mk