summaryrefslogtreecommitdiff
path: root/util/mm-common-prepare.in
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-27 13:39:18 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-27 15:51:20 +0200
commit5a91ac85f62c37c1d02035d94a0d5a43364f53fd (patch)
tree0fd33590d02f485ac3f4f6f02464620ed4f99228 /util/mm-common-prepare.in
parent975ec2284b157ae98d4c80dbd8d2adb8907dfc66 (diff)
downloadmm-common-5a91ac85f62c37c1d02035d94a0d5a43364f53fd.tar.gz
Add shared Doxygen stylesheet for the C++ bindings
* util/doxygen.css: New file, defining the common style of the C++ binding reference documentation. * util/mm-common-prepare.in: Copy doxygen.css into the documentation tools directory of the source tree if requested. * Makefile.am (dist_doctool_DATA): Distribute and install doxygen.css.
Diffstat (limited to 'util/mm-common-prepare.in')
-rw-r--r--util/mm-common-prepare.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mm-common-prepare.in b/util/mm-common-prepare.in
index e796747..da71758 100644
--- a/util/mm-common-prepare.in
+++ b/util/mm-common-prepare.in
@@ -100,7 +100,7 @@ then
# Create the destination directory automatically if necessary
test -d "$doctooldir" || mkdir "$doctooldir"
- for file in doc-install.pl doc-postprocess.pl tagfile-to-devhelp2.xsl
+ for file in doc-install.pl doc-postprocess.pl doxygen.css tagfile-to-devhelp2.xsl
do
if test -n "$forceflag" || test ! -f "$doctooldir/$file"; then
echo "$progname: $instaction file '$file'"