aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-04 17:19:35 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-05 17:15:09 +0300
commit1413f6ed534b27ab8623f22872b804a3c81874dd (patch)
tree259481bbe5c4c10691ab4fcb79934d5c5d4d8597
parenta95b0941c5b5cef654e4005a0d0c85573cb6c807 (diff)
downloadlibmicrohttpd-1413f6ed534b27ab8623f22872b804a3c81874dd.tar.gz
libmicrohttpd-1413f6ed534b27ab8623f22872b804a3c81874dd.zip
doc/Makefile: fixed *-local rules
-rw-r--r--doc/Makefile.am4
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
47install-html-local: 47install-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
55uninstall-local: 55uninstall-local: