Changes have been pushed for the repository "fawkesrobotics/fawkes".

Clone:  https://github.com/fawkesrobotics/fawkes.git
Gitweb: https://github.com/fawkesrobotics/fawkes

The branch, thofmann/ldoc has been created
        at  75008a2c8ed97be5ae28e0b00422d0ef1bc39a00 (commit)

https://github.com/fawkesrobotics/fawkes/tree/thofmann/ldoc

- *Log* ---------------------------------------------------------------
commit 75008a2c8ed97be5ae28e0b00422d0ef1bc39a00
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Thu Apr 9 17:25:55 2020 +0200
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Thu Apr 9 17:25:55 2020 +0200

    buildsys: use ldoc instead of luadoc
    
    ldoc is a replacement for luadoc to generate documentation for lua.
    luadoc does not work with lua 5.3 and is broken on recent Fedora
    releases.

https://github.com/fawkesrobotics/fawkes/commit/75008a2c8

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------


- *Diffs* -------------------------------------------------------------

- *commit* 75008a2c8ed97be5ae28e0b00422d0ef1bc39a00 - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Thu Apr 9 17:25:55 2020 +0200
Subject: buildsys: use ldoc instead of luadoc

 etc/buildsys/config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

_Diff for modified files_:
diff --git a/etc/buildsys/config.mk b/etc/buildsys/config.mk
index 4da975658..4b13f8e52 100644
--- a/etc/buildsys/config.mk
+++ b/etc/buildsys/config.mk
@@ -141,7 +141,7 @@ PKGCONFIG = $(shell which pkg-config)
 NM=nm
 ASCIIDOC=asciidoc
 ASCIIDOC_A2X=a2x
-LUADOC=luadoc
+LUADOC=ldoc
 ifneq ($(wildcard /bin/bash),)
   SHELL = /bin/bash
 else



_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to