[gtk-doc/wip/documentation] help/manual: install styles and images



commit 8948168402c7d46cc6a78ef2d1f1f25b16bbb6dc
Author: Sebastian Geiger <sbastig gmx net>
Date:   Sun Jul 1 11:25:24 2018 +0200

    help/manual: install styles and images

 help/manual/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/help/manual/Makefile.am b/help/manual/Makefile.am
index 57f4f69..cd858dd 100644
--- a/help/manual/Makefile.am
+++ b/help/manual/Makefile.am
@@ -42,7 +42,10 @@ install-data-local:
            echo ' $(INSTALL_DATA) '$$i $$installdir; \
            $(INSTALL_DATA) $$i $${installdir}; \
          done; \
-         $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
+         for i in $(top_srcdir)/style/*.png $(top_srcdir)/style/*.css; do \
+           echo ' $(INSTALL_DATA) '$$i $$installdir; \
+           $(INSTALL_DATA) $$i $${installdir}; \
+         done; \
        fi
 
 uninstall-local:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]