aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index b59370e..717a6d9 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -97,10 +97,10 @@ HTML_INSTALL = $(subst .html,.html.install,$(HTML))
97IMGS_INSTALL = $(subst .png,.png.install,$(IMGS)) 97IMGS_INSTALL = $(subst .png,.png.install,$(IMGS))
98 98
99$(HTML_INSTALL): %.html.install : %.html force 99$(HTML_INSTALL): %.html.install : %.html force
100 $(Q)$(call do_install, $<, '$(html_install_SQ)') 100 $(Q)$(call do_install,$<,'$(html_install_SQ)')
101 101
102$(IMGS_INSTALL): %.png.install : %.png force 102$(IMGS_INSTALL): %.png.install : %.png force
103 $(Q)$(call do_install, $<, '$(img_install_SQ)') 103 $(Q)$(call do_install,$<,'$(img_install_SQ)')
104 104
105 105
106GUI_INSTALL = $(HTML_INSTALL) $(IMGS_INSTALL) 106GUI_INSTALL = $(HTML_INSTALL) $(IMGS_INSTALL)