diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-22 22:19:40 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-22 22:19:40 (GMT) |
commit | a2d2bf86c7613d44920d618a5f0ed1c8ec4d791b (patch) | |
tree | 824aca2d48e5ae4e928cb826ce02a4b5015e057e | |
parent | 715b83bde15557a6346689d63f0e30207173de84 (diff) | |
download | mxe-a2d2bf86c7613d44920d618a5f0ed1c8ec4d791b.zip mxe-a2d2bf86c7613d44920d618a5f0ed1c8ec4d791b.tar.gz mxe-a2d2bf86c7613d44920d618a5f0ed1c8ec4d791b.tar.bz2 |
Simplify authors list in the docs
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | doc/index.html | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -246,15 +246,11 @@ dist: echo ' <tr><td><a href="$($(PKG)_WEBSITE)">$(PKG)</a></td><td>$($(PKG)_VERSION)</td></tr>';)) && \ $(SED) -n '/<table id="package-list"/,/<ul id="authors-list"/ p' '$(TOP_DIR)/doc/index.html' | \ $(SED) '1d' && \ - (LC_ALL=en_US.UTF-8 hg log | $(SED) -n 's,^\(user: *\([^<]*\) <.*\|.*(by \([^)]*\)).*\)$$,\2\3,p' | \ - sort | uniq -c | sort -nr | \ - $(SED) 's,^ *[0-9]* *\(.*\)$$, <li>\1</li>,') && \ $(SED) '1,/<ul id="authors-list"/ d' '$(TOP_DIR)/doc/index.html' \ ) \ | $(SED) 's,\(<span class="version">\)[^<]*\(</span>\),\1$(VERSION)\2,g' \ | $(SED) 's,\(<span class="target">\)[^<]*\(</span>\),\1$(TARGET)\2,g' \ | $(SED) 's,\(<span class="target-underscore">\)[^<]*\(</span>\),\1$(subst -,_,$(TARGET))\2,g' \ - | $(SED) 's;\(<span class="years">\)[^<]*\(</span>\);\1'"`LC_ALL=en_US.UTF-8 hg log | $(SED) -n 's,^date:.*\s\([0-9]\{4\}\)\s.*$$,\1,p' | sort -nu | $(SED) -n '1 h; 2,$$ H; $$ {x; s/\n/, /gp}'`"'\2;g' \ >'$(DIST_DIR)/mingw-cross-env-$(VERSION)/doc/index.html' cp -p '$(TOP_DIR)/doc'/screenshot-* '$(DIST_DIR)/mingw-cross-env-$(VERSION)/doc/' cp -p '$(TOP_DIR)/Makefile' '$(DIST_DIR)/mingw-cross-env-$(VERSION)/' diff --git a/doc/index.html b/doc/index.html index 74dd4fc..43fe17c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1135,9 +1135,13 @@ https://...</pre> </div> <div class="section"> -<h2 id="copyright">Copyright © <span class="years">XXXX, YYYY, ZZZZ</span></h2> +<h2 id="copyright">Copyright © <span class="years">2007–2012</span></h2> <ul id="authors-list" class="compact-list"> + <li>Volker Grabsch</li> + <li>Mark Brand</li> + <li>Tony Theodore</li> + <li><a href="https://www.ohloh.net/p/mxe/contributors">... and many other contributors</a></li> </ul> <p>(contact via the |