summaryrefslogtreecommitdiff
path: root/contrib/utility/Documentation/ReferenceCounting/Makefile
blob: 3202f185418d88a2cf3d05617a2e64b6281462db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# file      : Documentation/ReferenceCounting/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)/BuildRules/Bootstrap.rules

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

vpath %.hpp $(root)/Utility/ReferenceCounting

doc_translation_units := DefaultImpl.hpp \
                         Interface.hpp   \
		         SmartPtr.hpp    \
			 StrictPtr.hpp

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

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