Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected mod_md typos + build all which results in tons of copy right ↵ | Daniel Ferradal | 2021-06-07 | 1 | -1/+1 |
| | | | | | | notice updates git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890574 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Follow up to r1880368 and r1880980: | Joe Orton | 2020-08-19 | 1 | -0/+281 |
Complete move to .en.utf8 suffixes in two steps: 1. From fresh checkout, renamed all existing files: $ for f in *.html.en */*.html.en; do svn mv $f $f.utf8; done 2. Ran "./build.sh all" which also regenerates the typemaps. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880982 13f79535-47bb-0310-9956-ffa450edef68 |