summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-11-05 12:16:25 +0000
committerTom Rini <trini@ti.com>2012-12-06 13:56:39 -0700
commite3ff797cdb3c4e4b2147013fa1b25a04ecc21fc4 (patch)
treef2c4c5fb4fdf77e9a5d762120ef3fa3811ad4801 /doc
parent25920757765e22bdebf8e6fb1f777e21a31c9c21 (diff)
cbfs: Add docbook template
This adds a docbook template for fs, and makes CBFS use it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/DocBook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DocBook/Makefile b/doc/DocBook/Makefile
index da88b32419..521e8bc0e9 100644
--- a/doc/DocBook/Makefile
+++ b/doc/DocBook/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/config.mk
-DOCBOOKS := linker_lists.xml stdio.xml
+DOCBOOKS := fs.xml linker_lists.xml stdio.xml
###
# The build process is as follows (targets):