diff options
author | panne <unknown> | 2004-08-26 20:08:55 +0000 |
---|---|---|
committer | panne <unknown> | 2004-08-26 20:08:55 +0000 |
commit | a1939730ba7a460d702aca22322c4ec558e8be6d (patch) | |
tree | 6610d61c46e65191414110753580ead48d2dd0e0 /glafp-utils/Makefile | |
parent | bb88e732b7383c10496c0f60c3bdea2c22362cc6 (diff) | |
download | haskell-a1939730ba7a460d702aca22322c4ec558e8be6d.tar.gz |
[project @ 2004-08-26 20:08:39 by panne]
SGML is dead, long live DocBook XML!
Note: The BuildRequires tags in the spec files are still incomplete
and the documentation about the DocBook tools needs to be updated,
too. Stay tuned...
Diffstat (limited to 'glafp-utils/Makefile')
-rw-r--r-- | glafp-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glafp-utils/Makefile b/glafp-utils/Makefile index 3ce9eb5d77..d9a8b2e351 100644 --- a/glafp-utils/Makefile +++ b/glafp-utils/Makefile @@ -11,7 +11,7 @@ include $(TOP)/mk/boilerplate.mk # We need to write mkdependC first (in that order), to be sure that # make depend will succeed in all the other directories. -SUBDIRS = mkdependC mkdirhier runstdtest docbook +SUBDIRS = mkdependC mkdirhier runstdtest ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" SUBDIRS += lndir endif |