aboutsummaryrefslogtreecommitdiff
path: root/src/config/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/Config.lb')
-rw-r--r--src/config/Config.lb7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/config/Config.lb b/src/config/Config.lb
index ba9e482858..40bccb110c 100644
--- a/src/config/Config.lb
+++ b/src/config/Config.lb
@@ -108,8 +108,13 @@ makerule tags
depends "$(SOURCES)"
action "ctags $(SOURCES)"
end
+makerule LinuxBIOSDoc.config
+ depends "$(TOP)/src/config/LinuxBIOSDoc.config"
+ action "cat $(TOP)/src/config/LinuxBIOSDoc.config > LinuxBIOSDoc.config"
+ action "echo 'INPUT=$(SOURCES)' >> LinuxBIOSDoc.config"
+end
makerule documentation
- depends "$(SOURCES)"
+ depends "LinuxBIOSDoc.config"
action "doxygen LinuxBIOSDoc.config"
end