summaryrefslogtreecommitdiff
path: root/libgphoto2_port/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2001-10-20 01:19:18 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2001-10-20 01:19:18 +0000
commitf58d036a29e107c0e930a93219d5cefb00d1dcb2 (patch)
treeaa7bd062f6c770e814b8c6e1f43f00a020349af2 /libgphoto2_port/doc
parentfbf07af993aa8da565ac6f1213dc07ae19ca3f4c (diff)
downloadlibgphoto2-f58d036a29e107c0e930a93219d5cefb00d1dcb2.tar.gz
added DESTDIR to installation of html files
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2645 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/doc')
-rw-r--r--libgphoto2_port/doc/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/libgphoto2_port/doc/Makefile.am b/libgphoto2_port/doc/Makefile.am
index 050def486..cf64ca666 100644
--- a/libgphoto2_port/doc/Makefile.am
+++ b/libgphoto2_port/doc/Makefile.am
@@ -40,10 +40,10 @@ maintainer-clean-local: clean
if ENABLE_GTK_DOC
install-data-local:
- $(INSTALL) -d -m 0755 $(TARGET_DIR)
- $(INSTALL_DATA) $(srcdir)/html/*.html $(TARGET_DIR)
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(TARGET_DIR)
- gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(htmldir)
+ $(INSTALL) -d -m 0755 $(DESTDIR)$(TARGET_DIR)
+ $(INSTALL_DATA) $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
+ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
+ gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(DESTDIR)$(htmldir)
dist-hook:
(cd $(srcdir) ; tar cvf - html) | (cd $(distdir); tar xf -)