From edae7d98cfac5f55782236d397c831f68ebe11a6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Nov 2010 14:02:41 +0200 Subject: Implement new compilation architecture Instead of compiling the header directly, g++ is now invoked to compile stdin. At the same time the odb driver pipes the original header to g++. This new approach allows us to add some source code before and/or after the original header. --- doc/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/makefile b/doc/makefile index ae60070..2885a9d 100644 --- a/doc/makefile +++ b/doc/makefile @@ -31,6 +31,7 @@ $(out_base)/odb.xhtml: $(src_root)/odb/options.cli \ $(src_base)/odb-prologue.xhtml \ $(src_base)/odb-epilogue.xhtml | $(out_base)/. $(call message,cli-html $<,$(cli) --generate-html --stdout \ +--suppress-undocumented \ --html-prologue $(src_base)/odb-prologue.xhtml \ --html-epilogue $(src_base)/odb-epilogue.xhtml $< >$@) @@ -38,6 +39,7 @@ $(out_base)/odb.1: $(src_root)/odb/options.cli \ $(src_base)/odb-prologue.1 \ $(src_base)/odb-epilogue.1 | $(out_base)/. $(call message,cli-man $<,$(cli) --generate-man --stdout \ +--suppress-undocumented \ --man-prologue $(src_base)/odb-prologue.1 \ --man-epilogue $(src_base)/odb-epilogue.1 $< >$@) -- cgit v1.1