diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 17:42:28 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 17:42:28 +0000 |
commit | 4ed9a879106983aace0d1b525b7ecbc8ec2b130f (patch) | |
tree | 120e847d9e80a111a0e688d9b7c6ffbbca583c53 /doc/Makefile | |
parent | 77107d859dd85541bc125c5a786c79c1d1ef5771 (diff) |
Hook docs to the build
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 000000000..3914e818d --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2006/11/29 17:42:27 matthieu Exp $ + +SUBDIR= gl-docs xorg-docs + +.include <bsd.subdir.mk> + +build: _SUBDIRUSE |