Remove obsolete -fdebugging flag
[ghc-hetmet.git] / docs / Makefile
index 99b6d68..19d80b9 100644 (file)
@@ -1,12 +1,12 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = man building docbook-cheat-sheet ext-core storage-mgt users_guide
+SUBDIRS = man docbook-cheat-sheet ext-core storage-mgt users_guide
 
 PAGES = index.html
 
 install-docs :: $(PAGES)
-       $(INSTALL_DIR) $(datadir)/html
-       $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html
+       $(INSTALL_DIR)                                                   $(DESTDIR)$(htmldir)
+       $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(DESTDIR)$(htmldir)
 
 include $(TOP)/mk/target.mk