summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-11 02:35:33 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-11 02:35:33 +0200
commit2541e35e8f1c9acda7fddb7d09b7791db338bcad (patch)
treed88051bb268b0626562dd1e784d1c8e4912f02cb /docs
parentfcf57e15ea2614a2166fcd045db6284e07533b3b (diff)
downloadsigc++-2541e35e8f1c9acda7fddb7d09b7791db338bcad.tar.gz
Remove now superfluous doctool overrides
* docs/Makefile.am: Remove overrides for the documentation utilities, since MM_CONFIG_DOCTOOL_DIR() already takes care of setting MMDOCTOOLDIR to the local directory. * sigc++-2.0.pc.in (datadir): Substitute value, just in case.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 213d3ea..1b85129 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -24,11 +24,6 @@ htmlrefpub = $(pubdocbase)libsigc2/docs/reference/html
doc_input = $(addprefix $(top_srcdir)/sigc++/,$(sigc_public_h)) \
$(addprefix $(top_builddir)/sigc++/,$(sigc_built_h))
-# Override utility locations to point to the local files.
-doc_install = $(PERL) -- $(top_srcdir)/scripts/doc-install.pl
-doc_postprocess = $(PERL) -- $(top_srcdir)/scripts/doc-postprocess.pl
-tagfile_to_devhelp2 = $(top_srcdir)/scripts/tagfile-to-devhelp2.xsl
-
include $(top_srcdir)/scripts/doc-reference.am
doc_imagesdir = $(libdocdir)/images