summaryrefslogtreecommitdiffstats
path: root/doc/index.asciidoc
AgeCommit message (Collapse)AuthorFilesLines
2018-12-25update NEWS for v5.1.2Andrew Gregory1-0/+1
Signed-off-by: Andrew Gregory <andrew@archlinux.org>
2018-07-27Release v5.1.1v5.1.1Allan McRae1-0/+1
Signed-off-by: Allan McRae <allan@archlinux.org>
2018-05-28Apparently we live in the future!Allan McRae1-1/+1
Signed-off-by: Allan McRae <allan@archlinux.org>
2018-05-28Release v.5.1.0v5.1.0Allan McRae1-0/+1
Signed-off-by: Allan McRae <allan@archlinux.org>
2018-05-14Ensure better text editor automatic filetype detectionEli Schwartz1-0/+261
Since we no longer use vim-specific modelines, use the .asciidoc file extension which is, well, reserved for asciidoc formatted files. This should presumably work everywhere without needing editor-specific workarounds and configuration. Also add a shebang to makepkg.conf to indicate it contains bash content. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>