Release v1.7 files
[geeqie.git] / doc / Makefile.am
index a09a809..ae71bdf 100644 (file)
@@ -2,7 +2,7 @@
 
 helpdir = @htmldir@
 
-EXTRA_DIST = docbook2html.sh docbook icons
+EXTRA_DIST = docbook icons
 
 html/GuideIndex.html: docbook/GuideIndex.xml
        rm -rf html; mkdir html; cp $(srcdir)/icons/* html/; ./create-doxygen-lua-api.sh
@@ -20,7 +20,8 @@ install-data-hook: html
                cd $(srcdir)/html; for f in * ; do $(INSTALL_DATA) "$$f" "$(DESTDIR)$(helpdir)/$$f" ; done; \
                ln -s -f GuideIndex.html "$(DESTDIR)$(helpdir)/index.html" ; \
                $(MKDIR_P) "$(DESTDIR)$(helpdir)/lua-api" || exit 1; \
-               cd ./lua-api/html; for f in * ; do $(INSTALL_DATA) "$$f" "$(DESTDIR)$(helpdir)/lua-api/$$f" ; done; \
+               $(MKDIR_P) "$(DESTDIR)$(helpdir)/lua-api/html" || exit 1; \
+               cd ./lua-api/html; for f in * ; do $(INSTALL_DATA) "$$f" "$(DESTDIR)$(helpdir)/lua-api/html/$$f" ; done; \
        fi
 
 uninstall-hook: