make it so that 'make html', 'make pdf', and 'make ps' work for docs
[ghc-hetmet.git] / ghc.mk
diff --git a/ghc.mk b/ghc.mk
index 687f72d..5961ae3 100644 (file)
--- a/ghc.mk
+++ b/ghc.mk
@@ -33,7 +33,6 @@
 #   * remove old Makefiles, add new stubs for building in subdirs
 #     * utils/hsc2hs/Makefile
 #     * utils/haddock/Makefile
-#     * mk/oldconfig.mk.in
 #     * docs/Makefile
 #     * docs/docbook-cheat-sheet/Makefile
 #     * docs/ext-core/Makefile
@@ -46,7 +45,6 @@
 #     * libraries/Makefile
 #     * rts/dotnet/Makefile
 #     * utils/Makefile
-#   * docbook PDFs, e.g. "dblatex -T db2latex users_guide.xml"
 #   * GhcProfiled
 #   * optionally install stage3?
 #   * shared libraries, way dyn
@@ -896,3 +894,6 @@ maintainer-clean : distclean
        $(RM) libraries/process/include/HsProcessConfig.h.in
        $(RM) libraries/unix/include/HsUnixConfig.h.in
        $(RM) libraries/old-time/include/HsTimeConfig.h.in
+
+.PHONY: all_libraries
+