From e4a69fcea75e60ded32e5047101e1c98f3df0e3c Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Thu, 18 May 2000 09:46:24 +0000
Subject: [PATCH] [project @ 2000-05-18 09:46:24 by simonmar] $(SGML_DOC) can
 only support one document, so build the Build System Guide by default.

---
 docs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Makefile b/docs/Makefile
index cddcd4c27267..ca0eb1f5a8c2 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,6 +1,6 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SGML_DOC = building docbook-cheat-sheet
+SGML_DOC = building
 
 include $(TOP)/mk/target.mk
-- 
GitLab