summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-21 22:05:30 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-21 22:05:30 +0000
commit3923eb3d4d54c2edf52038651e18c546c295d754 (patch)
tree2043cdf2720e096a1721eef176902f35ad84ef77
parent68c9cd90b0c7a449268dc523be76984b8fcab788 (diff)
downloadpygtk-3923eb3d4d54c2edf52038651e18c546c295d754.tar.gz
Remove gross hack
-rw-r--r--docs/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 5093e85a..b56dbd4f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -602,15 +602,8 @@ $(HTML_DATA): $(XMLFILES) $(XSLFILES)
--stringparam gtkdoc.version ${REF_VERSION} \
$(HTML_STYLE) $(srcdir)/reference/pygtk2-ref.xml
-install-data-local:
- @if test "$(top_builddir)" != "$(top_srcdir)"; then \
- cp -r $(srcdir)/html $(BUILDDIR)/html; \
- chmod -R +w $(BUILDDIR)/html; \
- fi
- @$(PYGOBJECT_FIXXREF) $(BUILDDIR)/html
- @if test "$(top_builddir)" != "$(top_srcdir)"; then \
- rm -fr $(BUILDDIR)/html; \
- fi
+install-data-hook:
+ @$(PYGOBJECT_FIXXREF) $(DESTDIR)$(HTMLdir)
# pdf: $(REFERENCE_DEPS) reference/builddate.xml
# xsltproc --nonet --xinclude -o pygtk-ref.fo \