# HG changeset patch # User Volker Grabsch # Date 1256737328 -3600 # Node ID 804e6d3d4fe169f50f5078c68e0601950efa73c0 # Parent 9294e8fad5e94df91f2a0a46d53d923372bcac5f in the HTML documentation generation of "make dist", orient on ids rather than comments diff -r 9294e8fad5e9 -r 804e6d3d4fe1 Makefile --- a/Makefile Wed Oct 28 13:37:52 2009 +0100 +++ b/Makefile Wed Oct 28 14:42:08 2009 +0100 @@ -232,10 +232,10 @@ mkdir '$(DIST_DIR)/mingw-cross-env-$(VERSION)/doc' mkdir '$(DIST_DIR)/mingw-cross-env-$(VERSION)/src' ( \ - $(SED) -n '1,// p' '$(TOP_DIR)/doc/index.html' && \ + $(SED) -n '1,// p' '$(TOP_DIR)/doc/index.html' && \ ($(foreach PKG,$(PKGS), \ echo ' ';)) && \ - $(SED) -n '//,$$ p' '$(TOP_DIR)/doc/index.html' \ + $(SED) '1,/
$(PKG)$($(PKG)_VERSION)
/ d' '$(TOP_DIR)/doc/index.html' \ ) \ | $(SED) 's,\(\)[^<]*\(\),\1$(VERSION)\2,g' \ | $(SED) 's,\(\)[^<]*\(\),\1$(TARGET)\2,g' \ diff -r 9294e8fad5e9 -r 804e6d3d4fe1 doc/index.html --- a/doc/index.html Wed Oct 28 13:37:52 2009 +0100 +++ b/doc/index.html Wed Oct 28 14:42:08 2009 +0100 @@ -27,7 +27,7 @@ li, dt { margin-bottom: 0.8em; } - .authors li { + #authors li { margin-bottom: 0em; } .usage dt { @@ -660,16 +660,14 @@

List of Packages

-
- - +
-