diff options
author | chak <unknown> | 2000-06-17 07:52:30 +0000 |
---|---|---|
committer | chak <unknown> | 2000-06-17 07:52:30 +0000 |
commit | aa104ab9b2d8e4d86e9f0c2d415db8bfd860781c (patch) | |
tree | 09a8598f7b3a199e8a9ed5aa6b428c81f975efc0 /docs/Makefile | |
parent | f6ce418875ed08171c85352ca93010570708810d (diff) | |
download | haskell-aa104ab9b2d8e4d86e9f0c2d415db8bfd860781c.tar.gz |
[project @ 2000-06-17 07:52:30 by chak]
* SGML_DOC can now hold a _list_ of sgml documentations to build
* both building.sgml and ffi-art.sgml are now build in docs/
*MERGE*
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 ca0eb1f5a8..1468439891 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,6 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SGML_DOC = building +SGML_DOC = building ffi-art include $(TOP)/mk/target.mk |