summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorchak <unknown>2000-06-17 07:52:30 +0000
committerchak <unknown>2000-06-17 07:52:30 +0000
commitaa104ab9b2d8e4d86e9f0c2d415db8bfd860781c (patch)
tree09a8598f7b3a199e8a9ed5aa6b428c81f975efc0 /docs/Makefile
parentf6ce418875ed08171c85352ca93010570708810d (diff)
downloadhaskell-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/Makefile2
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