aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-02Makefile: Generate src/locale/en.sh for translationEuAndreh1-1/+5
2021-09-29Makefile: Also install and uninstall en.sh translationsEuAndreh1-9/+11
2021-09-20Makefile: Remove load-locale-messages.sh in "uninstall" targetEuAndreh1-0/+1
2021-09-20Makefile: Include translation files in repocheck.sh countEuAndreh1-1/+1
2021-09-20Adapt installation to new i18n.EuAndreh1-3/+17
2021-09-14Rework how translation is doneEuAndreh1-9/+21
2021-09-13Makefile: Remove quotes around $(DESTDIR) and $(PREFIX)EuAndreh1-6/+6
2021-08-28Makefile: Put "install"/"uninstall" at the endEuAndreh1-4/+4
2021-08-28Makefile: Use empty line break to separate sectionsEuAndreh1-2/+2
2021-08-28Makefile: Line break to keep 80 columnsEuAndreh1-1/+2
2021-08-28aux/workflow/dist.sh: Run "make clean public dev-check" instead of just two a...EuAndreh1-2/+2
2021-08-24Makefile: Use single quotes around macro expansions for paths and namesEuAndreh1-13/+13
2021-08-23public/makefile.svg: Start generating it with makefile2graph and graphvizEuAndreh1-1/+5
2021-08-19aux/workflow/repocheck.sh: Add, supersedes aux/workflow/installcheck.shEuAndreh1-9/+1
2021-08-06mv aux/workflow/manpages.sh doc/manpages.shEuAndreh1-3/+3
2021-07-30Makefile: Keep executable permission of .in suffixed filesEuAndreh1-1/+1
2021-07-30Makefile: Make separation between canonical and personal targets clearEuAndreh1-13/+18
2021-07-26Makefile: Stick to 80 columnsEuAndreh1-8/+11
2021-07-23Makefile: Use $(PREFIX) directly over the $(MANPREFIX) variableEuAndreh1-3/+2
2021-07-16Makefile: Stick to 80 columns limitEuAndreh1-4/+8
2021-07-16Makefile: Remove redundant markdown dependencies from "public"EuAndreh1-1/+1
2021-07-16Release v0.2.3v0.2.3EuAndreh1-2/+2
2021-07-15aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid overEuAndreh1-1/+1
2021-07-15aux/workflow/l10n.sh: Support "-L CONTRIBLANGS" optionEuAndreh1-5/+10
2021-07-15Makefile: Remove TODOs.md as a dependency for "l10n-gen" targetEuAndreh1-1/+1
2021-07-15aux/workflow/assert-manpages.sh: Get input languages and en files as argumentsEuAndreh1-1/+1
2021-07-15tests/install-uninstall.sh: Remove in favor of aux/workflow/installcheck.shEuAndreh1-1/+0
2021-07-14Makefile: Delete .mo and test files in "clean" targetEuAndreh1-1/+2
2021-07-13Makefile: Add clear dependencies to "l10n-gen" and "public" targetsEuAndreh1-2/+2
2021-07-07aux/workflow/installcheck.sh: Add, call it from MakefileEuAndreh1-0/+7
2021-07-07Put pofiles under po/, use one folder for each translated file.EuAndreh1-1/+1
2021-07-06Translate CHANGELOG.md adn README.mdEuAndreh1-3/+5
2021-06-26Makefile: Don't use $(NAME) for the file nameEuAndreh1-1/+1
2021-06-26aux/workflow/public.sh: Use getopts for argumentsEuAndreh1-1/+1
2021-06-26aux/workflow/dist.sh: Use getopts for argumentsEuAndreh1-1/+1
2021-06-26aux/workflow/assert-manpages.sh: Use getopts for argumentsEuAndreh1-1/+1
2021-06-26aux/workflow/assert-readme.sh: Use getopts for argumentsEuAndreh1-1/+1
2021-06-26aux/workflow/assert-changelog.sh: Use getopts for arugmentsEuAndreh1-1/+1
2021-06-26aux/workflow/assert-spelling.sh: Get files as arguments instead of assuming t...EuAndreh1-1/+1
2021-06-26Makefile: use shorter syntax for cp in "install" targetEuAndreh1-1/+1
2021-06-26Makefile: Remove trailing \EuAndreh1-1/+1
2021-06-26Makefile: Mark src/git-permalink as executable in "all" targetEuAndreh1-1/+1
2021-06-25mv src/git-permalink.sh.in src/git-permalin.inEuAndreh1-4/+3
2021-06-25Release v0.2.2v0.2.2EuAndreh1-1/+1
2021-06-25Makefile: Fix installation path of manpagesEuAndreh1-2/+2
2021-06-25Makefile: Make "spellcheck" depend on "public"EuAndreh1-3/+3
2021-06-25Release v0.2.1v0.2.1EuAndreh1-3/+3
2021-06-25aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spellingEuAndreh1-5/+10
2021-06-23aux/workflow/manpages.sh: Refactor how manpages and translations are madeEuAndreh1-15/+24
2021-06-23aux/: Explicitly pass "public/" as a parameter to scriptsEuAndreh1-1/+1