diff options
author | panne <unknown> | 2004-02-20 21:29:36 +0000 |
---|---|---|
committer | panne <unknown> | 2004-02-20 21:29:36 +0000 |
commit | 0689f025fa6838d20aa417d81a6e93938fb13971 (patch) | |
tree | 9d6cf1f824f0aedfb89ef8b642ca64e7e3bb6c04 /Makefile | |
parent | bfff14e76f8781c5187b4618f1f6acb9036f3ba9 (diff) | |
download | haskell-0689f025fa6838d20aa417d81a6e93938fb13971.tar.gz |
[project @ 2004-02-20 21:29:36 by panne]
Reverted to previous version, too, because of wrong SGMLDocWays-handling, sorry,
but the build system should not be changed in a non-backwards-compatible way
easily...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -122,7 +122,6 @@ install :: done install-docs :: -ifneq "$(SGMLDocWays)" "" @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \ for i in $(filter-out $(ProjectsDontInstall), $(SUBDIRS)); do \ if [ -d $$i ]; then \ @@ -130,7 +129,6 @@ ifneq "$(SGMLDocWays)" "" if [ $$? -eq 0 -o $$x_on_err -eq 0 ] ; then true; else exit 1; fi; \ fi; \ done -endif # ----------------------------------------------------------------------------- # Making a binary distribution @@ -259,11 +257,9 @@ binary-dist:: # Which documentation to build/install is hardcoded below. # -ifneq "$(SGMLDocWays)" "" BINDIST_DOC_WAYS = html ps -else -BINDIST_DOC_WAYS = -endif +# BINDIST_DOC_WAYS = + binary-dist :: @for i in $(BIN_DIST_DIRS); do \ if test -d "$$i"; then \ |