From d95cf312019bed4768a2e97ec73dc926eddc4dbe Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 13 Jun 2018 12:45:36 +0300 Subject: [PATCH] doc: move Contributing Gitlab expects a CONTRIBUTING.md in the root directory, so move our guide there. Conversion to proper markup is a follow-up patch. Signed-off-by: Pekka Paalanen Reviewed-by: Peter Hutterer Reviewed-by: Daniel Stone --- doc/Contributing => CONTRIBUTING.md | 0 Makefile.am | 2 +- doc/Makefile.am | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) rename doc/Contributing => CONTRIBUTING.md (100%) diff --git a/doc/Contributing b/CONTRIBUTING.md similarity index 100% rename from doc/Contributing rename to CONTRIBUTING.md diff --git a/Makefile.am b/Makefile.am index 741db5e..697c517 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,7 +121,7 @@ BUILT_SOURCES = \ CLEANFILES = $(BUILT_SOURCES) doc/doxygen/doxygen_sqlite3.db DISTCLEANFILES = src/wayland-version.h -EXTRA_DIST = +EXTRA_DIST = CONTRIBUTING.md diff --git a/doc/Makefile.am b/doc/Makefile.am index 14637af..1efd3e2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1 @@ SUBDIRS = doxygen publican man - -EXTRA_DIST = Contributing -- 2.7.4