diff options
author | simonmar <unknown> | 2000-05-18 09:46:24 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-05-18 09:46:24 +0000 |
commit | e4a69fcea75e60ded32e5047101e1c98f3df0e3c (patch) | |
tree | eac9a9600d053f2c052dd69afcd52749719e0de8 /docs/Makefile | |
parent | bc4924fc7c5e76694e450f190e92bb22ce6aa4c5 (diff) | |
download | haskell-e4a69fcea75e60ded32e5047101e1c98f3df0e3c.tar.gz |
[project @ 2000-05-18 09:46:24 by simonmar]
$(SGML_DOC) can only support one document, so build the Build System
Guide by default.
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index cddcd4c272..ca0eb1f5a8 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,6 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SGML_DOC = building docbook-cheat-sheet +SGML_DOC = building include $(TOP)/mk/target.mk |