This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 2a7c4e7bd48f7e666678dedc0a1100dd659821af Author: Mihai Moldovan <ionic@ionic.de> Date: Thu May 27 02:10:07 2021 +0200 docs/reference/libx2goclient/Makefile.am: add common NULL variable. --- docs/reference/libx2goclient/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/libx2goclient/Makefile.am b/docs/reference/libx2goclient/Makefile.am index 90b4df0..7034a87 100644 --- a/docs/reference/libx2goclient/Makefile.am +++ b/docs/reference/libx2goclient/Makefile.am @@ -30,6 +30,9 @@ # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples # of using the various options. +# This is supposed to be empty. Keep it as-is. +NULL = + # The name of the module, e.g. 'glib'. DOC_MODULE=libx2goclient -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git