diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 48e5e8bc..fe39fd0b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -42,14 +42,14 @@ install-info-local: | |||
42 | @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ | 42 | @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ |
43 | $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ | 43 | $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ |
44 | echo " $(INSTALL_DATA) libmicrohttpd_performance_data.png '$(DESTDIR)$(infodir)'"; \ | 44 | echo " $(INSTALL_DATA) libmicrohttpd_performance_data.png '$(DESTDIR)$(infodir)'"; \ |
45 | $(INSTALL_DATA) $(srcdir)/libmicrohttpd_performance_data.png "$(DESTDIR)$(infodir)" || exit 1; | 45 | $(INSTALL_DATA) '$(srcdir)/libmicrohttpd_performance_data.png' "$(DESTDIR)$(infodir)" || exit 1; |
46 | 46 | ||
47 | install-html-local: | 47 | install-html-local: |
48 | @if test -n "$(htmldir)"; then \ | 48 | @if test -n "$(htmldir)"; then \ |
49 | echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/libmicrohttpd.html'"; \ | 49 | echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/libmicrohttpd.html'"; \ |
50 | $(MKDIR_P) "$(DESTDIR)$(htmldir)/libmicrohttpd.html" || exit 1; \ | 50 | $(MKDIR_P) "$(DESTDIR)$(htmldir)/libmicrohttpd.html" || exit 1; \ |
51 | echo " $(INSTALL_DATA) libmicrohttpd_performance_data.png '$(DESTDIR)$(htmldir)/libmicrohttpd.html'"; \ | 51 | echo " $(INSTALL_DATA) libmicrohttpd_performance_data.png '$(DESTDIR)$(htmldir)/libmicrohttpd.html'"; \ |
52 | $(INSTALL_DATA) $(srcdir)/libmicrohttpd_performance_data.png "$(DESTDIR)$(htmldir)/libmicrohttpd.html" || exit 1; \ | 52 | $(INSTALL_DATA) '$(srcdir)/libmicrohttpd_performance_data.png' "$(DESTDIR)$(htmldir)/libmicrohttpd.html" || exit 1; \ |
53 | else : ; fi | 53 | else : ; fi |
54 | 54 | ||
55 | uninstall-local: | 55 | uninstall-local: |