diff options
author | rrt <unknown> | 2000-10-12 15:39:41 +0000 |
---|---|---|
committer | rrt <unknown> | 2000-10-12 15:39:41 +0000 |
commit | 5b5289692e3f720cc31f3aad22d496d561018fa9 (patch) | |
tree | 583b03fca816f055e9c119312d0b88af8cf71693 /docs/Makefile | |
parent | 5e2b22a5efbc9444a56346f3f93d863703dd1263 (diff) | |
download | haskell-5b5289692e3f720cc31f3aad22d496d561018fa9.tar.gz |
[project @ 2000-10-12 15:39:41 by rrt]
Moved into subdirectories to allow docs to be built by build system.
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 1468439891..d81257bfe6 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,6 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SGML_DOC = building ffi-art +SUBDIRS = building ffi-art docbook-cheat-sheet include $(TOP)/mk/target.mk |