summaryrefslogtreecommitdiff
path: root/xc/Imakefile
diff options
context:
space:
mode:
authortoddb <empty>1987-09-14 17:25:49 +0000
committertoddb <empty>1987-09-14 17:25:49 +0000
commitba272186d576fd7e137303a7eaabdddfeedd3dcc (patch)
tree4401f22d766871bda930f35a4db0554524e6d636 /xc/Imakefile
parent17d27a449153d8263be05ef54b198a785c4321bb (diff)
Added man page directory.
Diffstat (limited to 'xc/Imakefile')
-rw-r--r--xc/Imakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/xc/Imakefile b/xc/Imakefile
index 816891826..47c2f7efc 100644
--- a/xc/Imakefile
+++ b/xc/Imakefile
@@ -14,12 +14,13 @@
$(DEMOSRC)
SUBDIRS = \
$(DIRSTOMAKE) \
- $(UTILSRC)
+ $(UTILSRC) \
+ $(XMANSRC)
LINTLIBDIRS = \
$(EXTENSIONSRC) \
$(LIBSRC)
-MakeSubdirs($(DIRSTOMAKE) $(RGBSRC))
+MakeSubdirs($(DIRSTOMAKE) $(RGBSRC) $(XMANSRC))
NamedMakeSubdirs(hacks,$(HACKSRC))
MakeLintLibSubdirs($(LINTLIBDIRS))