summaryrefslogtreecommitdiff
path: root/ACE/contrib/utility/Documentation/ExH/System/Makefile
blob: 7c7bfbc8e8da196409456af8c658daa4fb1f32dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# file      : Documentation/ExH/System/Makefile
# author    : Boris Kolpackov <boris@kolpackov.net>
# copyright : Copyright (c) 2002-2003 Boris Kolpackov
# license   : http://kolpackov.net/license.html

root := ../../..

include $(root)/BuildRules/Bootstrap.rules

$(call include, $(root)/BuildRules/Documentation.pre.rules)

vpath %.hpp $(root)/Utility/ExH/System

doc_translation_units := Exception.hpp DescriptiveException.hpp

DOC_FLAGS := --strip-preprocessor -css $(root)/Documentation/Style/CXX.css

$(call include, $(root)/BuildRules/Documentation.post.rules)

# $Id$