[project @ 2000-05-18 09:46:24 by simonmar]
authorsimonmar <unknown>
Thu, 18 May 2000 09:46:24 +0000 (09:46 +0000)
committersimonmar <unknown>
Thu, 18 May 2000 09:46:24 +0000 (09:46 +0000)
$(SGML_DOC) can only support one document, so build the Build System
Guide by default.

docs/Makefile

index cddcd4c..ca0eb1f 100644 (file)
@@ -1,6 +1,6 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SGML_DOC = building docbook-cheat-sheet
+SGML_DOC = building
 
 include $(TOP)/mk/target.mk