diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-02-06 16:16:46 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-02-06 16:16:46 +0000 |
commit | 41bac281156a6be10fcef6e34163fd6e49fc922b (patch) | |
tree | 659ed879f4ce55874033e6c40b37b262e72ac343 /src/config/Config.lb | |
parent | b7ac85c30db41ed39338035728bea03ab8411aee (diff) | |
download | coreboot-41bac281156a6be10fcef6e34163fd6e49fc922b.tar.xz |
make doxygen work
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2170 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Config.lb')
-rw-r--r-- | src/config/Config.lb | 7 |
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 |