summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/External/Utility/Documentation/ExH/Logic/Makefile
blob: 2d7a2213ae4e7c3ef6fe9a5c59ac3278b9eff32f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id$
# file      : Documentation/ExH/Logic/Makefile
# author    : Boris Kolpackov <boris@kolpackov.net>
# copyright : Copyright (c) 2002-2003 Boris Kolpackov
# license   : http://kolpackov.net/license.html

root := ../../..

include $(root)/Config/Documentation.pre.rules

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

doc_translation_units := Exception.hpp DescriptiveException.hpp

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

include $(root)/Config/Documentation.post.rules