1. 26 Jan, 1999 3 commits
  2. 25 Jan, 1999 19 commits
  3. 24 Jan, 1999 1 commit
  4. 23 Jan, 1999 1 commit
  5. 22 Jan, 1999 6 commits
  6. 21 Jan, 1999 8 commits
  7. 20 Jan, 1999 2 commits
    • Fred Drake's avatar
      convert(): Added parameter "autoclose", which should be a sequence of · 43278f01
      Fred Drake authored
      	general identifiers for which closing tags will be omitted
      	when SGML is generated.  This can be used to tell the markup
      	generator to drop stuff like </para>.  Note that it needs to
      	be possible for the closing tag to *always* be omitted for it
      	to be included in "autoclose".
      
      main():  Added command-line option "-a" / "--autoclose" to set the
      	list of general identifiers passed to the convert() function
      	as the "autoclose" parameter.  The list may only be specified
      	once (not additive) and GIs should be comma-separated.  The
      	default list includes only "para".
      43278f01
    • Fred Drake's avatar
      Modified the "sgml" and "xml" targets to stop if the sub-makes fail in · 0a5b8de5
      Fred Drake authored
      any subdirectory; don't continue with remaining subdirs.
      
      Added "api", "ext", "lib", "mac", "ref", and "tut" targets to only do
      submakes in those directories.  This is just a lot easier to use than
      to cd into the subdir and use make.rules directly.
      0a5b8de5