aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Line break to keep 80 columnsEuAndreh2021-08-281-1/+2
* aux/workflow/dist.sh: Run "make clean public dev-check" instead of just two a...EuAndreh2021-08-281-2/+2
* Makefile: Use single quotes around macro expansions for paths and namesEuAndreh2021-08-241-13/+13
* public/makefile.svg: Start generating it with makefile2graph and graphvizEuAndreh2021-08-231-1/+5
* aux/workflow/repocheck.sh: Add, supersedes aux/workflow/installcheck.shEuAndreh2021-08-191-9/+1
* mv aux/workflow/manpages.sh doc/manpages.shEuAndreh2021-08-061-3/+3
* Makefile: Keep executable permission of .in suffixed filesEuAndreh2021-07-301-1/+1
* Makefile: Make separation between canonical and personal targets clearEuAndreh2021-07-301-13/+18
* Makefile: Stick to 80 columnsEuAndreh2021-07-261-8/+11
* Makefile: Use $(PREFIX) directly over the $(MANPREFIX) variableEuAndreh2021-07-231-3/+2
* Makefile: Stick to 80 columns limitEuAndreh2021-07-161-4/+8
* Makefile: Remove redundant markdown dependencies from "public"EuAndreh2021-07-161-1/+1
* Release v0.2.3v0.2.3EuAndreh2021-07-161-2/+2
* aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid overEuAndreh2021-07-151-1/+1
* aux/workflow/l10n.sh: Support "-L CONTRIBLANGS" optionEuAndreh2021-07-151-5/+10
* Makefile: Remove TODOs.md as a dependency for "l10n-gen" targetEuAndreh2021-07-151-1/+1
* aux/workflow/assert-manpages.sh: Get input languages and en files as argumentsEuAndreh2021-07-151-1/+1
* tests/install-uninstall.sh: Remove in favor of aux/workflow/installcheck.shEuAndreh2021-07-151-1/+0
* Makefile: Delete .mo and test files in "clean" targetEuAndreh2021-07-141-1/+2
* Makefile: Add clear dependencies to "l10n-gen" and "public" targetsEuAndreh2021-07-131-2/+2
* aux/workflow/installcheck.sh: Add, call it from MakefileEuAndreh2021-07-071-0/+7
* Put pofiles under po/, use one folder for each translated file.EuAndreh2021-07-071-1/+1
* Translate CHANGELOG.md adn README.mdEuAndreh2021-07-061-3/+5
* Makefile: Don't use $(NAME) for the file nameEuAndreh2021-06-261-1/+1
* aux/workflow/public.sh: Use getopts for argumentsEuAndreh2021-06-261-1/+1
* aux/workflow/dist.sh: Use getopts for argumentsEuAndreh2021-06-261-1/+1
* aux/workflow/assert-manpages.sh: Use getopts for argumentsEuAndreh2021-06-261-1/+1
* aux/workflow/assert-readme.sh: Use getopts for argumentsEuAndreh2021-06-261-1/+1
* aux/workflow/assert-changelog.sh: Use getopts for arugmentsEuAndreh2021-06-261-1/+1
* aux/workflow/assert-spelling.sh: Get files as arguments instead of assuming t...EuAndreh2021-06-261-1/+1
* Makefile: use shorter syntax for cp in "install" targetEuAndreh2021-06-261-1/+1
* Makefile: Remove trailing \EuAndreh2021-06-261-1/+1
* Makefile: Mark src/git-permalink as executable in "all" targetEuAndreh2021-06-261-1/+1
* mv src/git-permalink.sh.in src/git-permalin.inEuAndreh2021-06-251-4/+3
* Release v0.2.2v0.2.2EuAndreh2021-06-251-1/+1
* Makefile: Fix installation path of manpagesEuAndreh2021-06-251-2/+2
* Makefile: Make "spellcheck" depend on "public"EuAndreh2021-06-251-3/+3
* Release v0.2.1v0.2.1EuAndreh2021-06-251-3/+3
* aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spellingEuAndreh2021-06-251-5/+10
* aux/workflow/manpages.sh: Refactor how manpages and translations are madeEuAndreh2021-06-231-15/+24
* aux/: Explicitly pass "public/" as a parameter to scriptsEuAndreh2021-06-231-1/+1
* tests/remotes.sh: AddEuAndreh2021-06-221-0/+1
* tests/install-uninstall.sh: AddEuAndreh2021-06-221-0/+1
* mv src/git-permalink.sh src/git-permalink.sh.inEuAndreh2021-06-221-1/+1
* Release v0.2.0v0.2.0EuAndreh2021-06-191-2/+2
* Makefile: Fix arguments to aux/workflow/dist.shEuAndreh2021-06-191-1/+1
* Add aux/workflow/manpages.sh to install, uninstall and generate HTML from tra...EuAndreh2021-06-191-11/+5
* Leverage po4a to translate manpagesEuAndreh2021-06-191-0/+1
* Makefile: Use mkdir+cp over installEuAndreh2021-06-171-1/+2
* Makefile: Ignore failure when creating ./git-permalink fileEuAndreh2021-06-171-3/+2