gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: docs: install docume


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: docs: install documentation picture alongside documentation files
Date: Mon, 04 Dec 2017 13:46:45 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new ace60e23 docs: install documentation picture alongside documentation 
files
ace60e23 is described below

commit ace60e23531d15ed1a7e2e235388d33a6da468ba
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Dec 4 15:46:18 2017 +0300

    docs: install documentation picture alongside documentation files
---
 ChangeLog       |  3 +++
 doc/Makefile.am | 20 ++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index eab669d6..c83e47ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Mon Nov 04 15:43:00 MSK 2017
+       Minor documentation installation fixes. -EG
+
 Mon Nov 27 22:58:38 CET 2017
        Tolerate AF_UNIX when trying to determine our binding port
        from socket.  Use `sockaddr_storage` instead of trying to
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f07db8bd..ef8ee966 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -35,3 +35,23 @@ EXTRA_DIST = \
   $(microhttpd_TEXINFOS) \
   libmicrohttpd_performance_data.png \
   libmicrohttpd_performance_data.eps
+
+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-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; \
+       else : ; fi
+
+uninstall-local:
+       @if test -d "$(DESTDIR)$(infodir)"; then \
+         echo " rm -f 
'$(DESTDIR)$(infodir)/libmicrohttpd_performance_data.png'"; \
+         rm -f "$(DESTDIR)$(infodir)/libmicrohttpd_performance_data.png" \
+       else : ; fi

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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