]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix Issue 2366 "THANKS needs updating or deleting"
authorJohn Mandereau <john.mandereau@gmail.com>
Mon, 20 Aug 2012 12:52:57 +0000 (14:52 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Mon, 20 Aug 2012 12:52:57 +0000 (14:52 +0200)
Documentation/GNUmakefile
Documentation/hu/web/basic-authors.itexi
Documentation/included/authors.itexi
Documentation/misc/GNUmakefile
Documentation/web/community.itexi
GNUmakefile.in
python/auxiliar/postprocess_html.py

index fff37aa6adf70d879fb97065ac3c5ab88d063a65..95b2dfdeab8eda9459d1b7c579a1bccc15a6464d 100644 (file)
@@ -25,7 +25,7 @@ $(outdir)/snippets/index.html: TEXI2HTML_FLAGS += -D short_toc
 
 ### Extra source files
 
-README_TOP_FILES= DEDICATION THANKS
+README_TOP_FILES= DEDICATION
 
 IN_ITELY_FILES = $(call src-wildcard,snippets/*-intro.itely)
 SNIPPET_LY_FILES = $(call src-wildcard,snippets/*.ly)
index 99ba226104d6533c2426ec7f271f3ea4b3638fdf..6a298a7750ab9b4a0fd4e50d5e3834d8bf9b8feb 100644 (file)
@@ -1,5 +1,5 @@
 @c -*- coding: utf-8; mode: texinfo; -*-
-@c This file is part of community.itexi and ../topdocs/AUTHORS.itexi
+@c This file is part of community.itexi
 
 @ignore
 
@@ -7,9 +7,11 @@
   list is sorted alphabetically by surname.  This file lists people
   that have contributed more than a few hours of work.
 
-  Developers are people who are (or have been) listed under the
-  "Development Team" in the THANKS, and can choose their own
-  titles.  Contributors are everybody else, and simply list their
+  Developers are people who have been listed under the "Development
+  Team" in Documentation/misc/THANKS*, or who are added when they
+  reach a significant amount of contributions with respect to the
+  existing Developers list, and can choose their own titles.
+  Contributors are everybody else, and simply list their
   contributions.  All lists are sorted alphabetically.
 
   Anybody who has finished doing a "main devel team" task should
index 9af9e2649d3acb89b299b4f3771276b85ed8c37a..1fb65a5f76fe70fcb2b59e7a167a0e408aeb3480 100644 (file)
@@ -7,9 +7,11 @@
   list is sorted alphabetically by surname.  This file lists people
   that have contributed more than a few hours of work.
 
-  Developers are people who are (or have been) listed under the
-  "Development Team" in the THANKS, and can choose their own
-  titles.  Contributors are everybody else, and simply list their
+  Developers are people who have been listed under the "Development
+  Team" in Documentation/misc/THANKS*, or who are added when they
+  reach a significant amount of contributions with respect to the
+  existing Developers list, and can choose their own titles.
+  Contributors are everybody else, and simply list their
   contributions.  All lists are sorted alphabetically.
 
   Anybody who has finished doing a "main devel team" task should
index efc4dd9e69e0d2fe74a87ae13de17811b4026b68..c39d80119301852ab1bf65edc85ab9e1267027e3 100644 (file)
@@ -4,7 +4,11 @@ NAME = documentation
 
 STEPMAKE_TEMPLATES = documentation texinfo
 
-TEXTS = $(call src-wildcard,ANNOUNCE-*[0-9]) $(call src-wildcard,CHANGES-*[0-9]) $(call src-wildcard,ChangeLog*[0-9]) $(call src-wildcard,NEWS-*[0-9])
+TEXTS = $(call src-wildcard,ANNOUNCE-*[0-9]) \
+  $(call src-wildcard,CHANGES-*[0-9]) \
+  $(call src-wildcard,ChangeLog*[0-9]) \
+  $(call src-wildcard,NEWS-*[0-9]) \
+  $(call src-wildcard,THANKS-*[0-9])
 
 include $(depth)/make/stepmake.make
 
index d06932a3ff44905ccc32aac598f7a4c9c1e35b42..7a5c746f10e40d61c62c0b655f17062171c4fcc0 100644 (file)
@@ -1188,6 +1188,14 @@ Descriptive list of changes by version:
 
 @divEnd
 
+@divClass{column-center-bottom}
+@subheading Thanks
+
+Thanks to developers, contributors, bug hunters and suggestions for
+@miscLink{THANKS-2.14,releases up to 2.14}.
+
+@divEnd
+
 @divClass{column-center-bottom}
 @subheading Changelogs
 
index 9347dcb9a8d41fc91313dcd819c89685ddd602e9..312eed4e5c0f99dc723ffbfef3855359cd080b93 100644 (file)
@@ -17,7 +17,7 @@ SUBDIRS = python scripts \
 documentation-dir=$(if $(findstring no,$(DOCUMENTATION)),,Documentation)
 
 SCRIPTS = configure autogen.sh smart-autogen.sh smart-configure.sh
-README_FILES = COPYING COPYING.FDL DEDICATION ROADMAP THANKS HACKING \
+README_FILES = COPYING COPYING.FDL DEDICATION ROADMAP HACKING \
   LICENSE LICENSE.DOCUMENTATION
 TOPDOC_FILES = AUTHORS INSTALL README NEWS
 TOPDOC_TXT_FILES = $(addprefix $(top-build-dir)/Documentation/topdocs/$(outdir)/,$(addsuffix .txt,$(TOPDOC_FILES)))
index 70afde80dcf8278e901cfda710109ed6d3ffbfa0..fd254b5a08411acf4abbb668dcd05b9c710d760a 100644 (file)
@@ -26,7 +26,6 @@ non_copied_pages = ['Documentation/out-www/notation-big-page',
                     'out-www/examples',
                     'Documentation/topdocs',
                     'Documentation/bibliography',
-                    'Documentation/out-www/THANKS',
                     'Documentation/out-www/DEDICATION',
                     'input/']