gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 06/14: doc/Makefile: fixed *-local rules


From: gnunet
Subject: [libmicrohttpd] 06/14: doc/Makefile: fixed *-local rules
Date: Thu, 06 Jan 2022 17:07:29 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 1413f6ed534b27ab8623f22872b804a3c81874dd
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jan 4 17:19:35 2022 +0300

    doc/Makefile: fixed *-local rules
---
 doc/Makefile.am | 4 ++--
 1 file 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:
        @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
        $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
        echo " $(INSTALL_DATA) libmicrohttpd_performance_data.png 
'$(DESTDIR)$(infodir)'"; \
-       $(INSTALL_DATA) $(srcdir)/libmicrohttpd_performance_data.png 
"$(DESTDIR)$(infodir)" || exit 1;
+       $(INSTALL_DATA) '$(srcdir)/libmicrohttpd_performance_data.png' 
"$(DESTDIR)$(infodir)" || exit 1;
 
 install-html-local:
        @if test -n "$(htmldir)"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/libmicrohttpd.html'"; \
          $(MKDIR_P) "$(DESTDIR)$(htmldir)/libmicrohttpd.html" || exit 1; \
          echo " $(INSTALL_DATA) libmicrohttpd_performance_data.png 
'$(DESTDIR)$(htmldir)/libmicrohttpd.html'"; \
-         $(INSTALL_DATA) $(srcdir)/libmicrohttpd_performance_data.png 
"$(DESTDIR)$(htmldir)/libmicrohttpd.html" || exit 1; \
+         $(INSTALL_DATA) '$(srcdir)/libmicrohttpd_performance_data.png' 
"$(DESTDIR)$(htmldir)/libmicrohttpd.html" || exit 1; \
        else : ; fi
 
 uninstall-local:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]