summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/External/Utility/Documentation/ExH/Makefile.documentation
blob: b9c4cf8845e646eef9497515caae22007f3597c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id$
# file      : Documentation/ExH/Make.doc.mk
# 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

doc_translation_units := Compound.hpp

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

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