gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 04/04: - fix


From: gnunet
Subject: [gnunet] 04/04: - fix
Date: Sat, 01 Oct 2022 10:13:19 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 68dbb331f7e49e5ab8809e1ccf4daaacabd79013
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Oct 1 17:13:09 2022 +0900

    - fix
---
 doc/Makefile.am | 28 +++++++---------------------
 1 file changed, 7 insertions(+), 21 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 63af26bbd..20eebaf30 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,37 +1,23 @@
 # This Makefile.am is in the public domain
 
-SUBDIRS = .
+# A note on sphinx:
+# gnunet-handbook does not have a Makefile.am.
+# It only supports building the documentation (and cleanup).
+# So, the only targets used are "make (all)" and "make clean".
+# Actuall installation of manpages/docs is done below
+
+SUBDIRS = sphinx .
 
 if HAVE_DOXY_BINARY
   SUBDIRS += doxygen
 endif
 
-sphinx/_build/texinfo/gnunet.info:
-       cd sphinx && make info
-
-sphinx/_build/html:
-       cd sphinx && make html
-
-sphinx: sphinx/_build/texinfo/gnunet.info sphinx/_build/html
-       cd sphinx && make html info
-
 install-data-hook: sphinx
        mkdir -p $(DESTDIR)$(docdir)
        cp -pr sphinx/_build/html $(DESTDIR)$(docdir)
        mkdir -p $(DESTDIR)$(infodir)
        cp -pr sphinx/_build/texinfo/gnunet.info $(DESTDIR)$(infodir)
 
-clean-local:
-       cd sphinx && make clean
-
-sphinx/_build/man/gnunet.1:
-       cd sphinx && make man
-
-sphinx-man:
-       cd sphinx && make man
-
-.DEFAULT: sphinx-man
-
 if INCLUDE_MANPAGES
 man_MANS = \
        sphinx/_build/man/gnunet.1 \

-- 
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]