summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2022-05-23Add zsh completion (implements issue #8)Arvid Norlander
2022-05-05Switch to EditorConfig from Vim modelinesDaniel M. Capella
- Filetype detection occurs automatically after changing the AsciiDoc filetype to .adoc from .txt. - `"let b:current_syntax = 'PKGBUILD'` appears to have no effect. Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2018-05-01Makefile.am: Include README.md and AUHORS.mdJohannes Löthberg
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-11-13Fix failing pacsort testsEli Schwartz
In commit 42181f85c44de29d40642aeed897e030f30e0559 the pacsort testsuite was migrated from the pacman codebase, and the PMTEST_UTIL_DIR variable was changed to PMTEST_BIN_DIR. However, it was only changed in two of the three places it was needed, and the testsuite could not find the pacsort binary in the build tree. As a result, the tests would fail on a system that did not have a systemwide pacsort install, and would test the systemwide install if there was one available. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Message-Id: <20171113171454.24555-2-eschwartz@archlinux.org> Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-10-23Move over pacsort testsuiteJohannes Löthberg
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-10-17Fix distcheckJohannes Löthberg
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-10-15Initial setup for docsJohannes Löthberg
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-10-11Fix up dist/distcheckJohannes Löthberg
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-10-11Distribute README.mdJohannes Löthberg
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-10-11Initial commitJohannes Löthberg
Only checkupdates has been moved over so far.