summaryrefslogtreecommitdiff
path: root/util/mm-common-prepare.in
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-08-26 09:35:02 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-08-26 09:35:02 +0200
commitaf49892cd793130d049f5ae5ede9cdd6eefa1113 (patch)
treee28c9703be32b0032cbfa8b89e9c776eab3a93b3 /util/mm-common-prepare.in
parent060cad07c012dd1a2d4fef37c8ff4a04523c8285 (diff)
downloadmm-common-af49892cd793130d049f5ae5ede9cdd6eefa1113.tar.gz
Add doxygen-extra.css, deprecate doxygen.css
* README: Say that doxygen.css is deprecated. Add description of doxygen-extra.css. * Makefile.am: Distribute doxygen-extra.css. * build/doc-reference.am: Distribute doxygen-extra.css. * skeletonmm/.gitignore: Ignore doxygen-extra.css. * skeletonmm/doc/reference/Doxyfile.in: Use doxygen-extra.css instead of doxygen.css. * util/doxygen.css: Add comment, saying it's deprecated. * util/doxygen-extra.css: New file. Equal to doxygen.css except for comments. * util/mm-common-prepare.in: Copy doxygen-extra.css. * util/mm-common-prepare.1.in: List doxygen-extra.css. https://mail.gnome.org/archives/gtkmm-list/2014-August/msg00022.html
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 d3ea47f..5285095 100644
--- a/util/mm-common-prepare.in
+++ b/util/mm-common-prepare.in
@@ -106,7 +106,7 @@ then
echo "$progname: putting documentation utilities in '$doctooldir'."
test -d "$doctooldir" || mkdir "$doctooldir"
- for file in doc-install.pl doc-postprocess.pl doxygen.css tagfile-to-devhelp2.xsl
+ for file in doc-install.pl doc-postprocess.pl doxygen.css doxygen-extra.css tagfile-to-devhelp2.xsl
do
if test -n "$forceflag" || test ! -f "$doctooldir/$file"; then
echo "$progname: $instaction file '$file'"