aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-05-02refactor: prefix locales dir with underscoren-peugnet-move-localesn-peugnet
to separate it more clearly from the content of the docs
2022-05-01feat: add very basic index templaten-peugnet
It based on nginx's one, with the meta viewport added, as it is not there by default (see https://mailman.nginx.org/pipermail/nginx-devel/2020-November/013609.html) It could be customized later.
2022-04-06feat: use --previous flag of msgmerge for changes in weblaten-peugnet
and maybe also other editors
2022-04-02build: small fixes & enhancementsn-peugnet
- rename LANGUAGE exported env var to LOCAL, not to disturb Make messages - remove failing sphinx commands - remove quotes around BUILDDIR and SOURCEDIR as these will never have spaces - share doctrees for localized builders for perf. This also fixes warning for epub about .doctrees unknown mimetype - fix LaTeX paper size to always use A4 - fix today format to use a localized version
2022-03-29fix: links in man & svgs in latexpdfn-peugnet
2022-03-29fix: gettext width 77 of weblate is in fact 79n-peugnet
This should reduce friction with weblate to a minimum
2022-03-29fix: always export LANGUAGEn-peugnet
2022-03-29feat: remove "edit on githu" link outside frenchn-peugnet
2022-03-29docs: more info about how to edit and credit authorsn-peugnet
2022-03-28clean: remove hiddent builders from makefilen-peugnet
2022-03-28fix: dirty locale files management -> use gettextn-peugnet
mainly get rid of sphinx intl and use genuine gettext utilities. - move back .pot file generation from sphinx to _build - copy .pot files from _build using xgettext (correct width and metadata) - enforce consitent width and metadata order with Weblate using msgmerge - Make now correctly tracks locales files dependencies - update README with new deps and descriptions - remove sphinx intl from deps and github action - Sphinx get basic metadata from ENVVARS set by Make
2022-03-27fix broken links in translationsn-peugnet
by not using links' reference notation (https://daringfireball.net/projects/markdown/syntax#link)
2022-03-26fix Makefile MDFILES contenttranslationn-peugnet
2022-03-26make builds all languages for localized buildersn-peugnet
2022-03-26add language switcher in sidebarn-peugnet
2022-03-25exclude hidden files from rsync publish commandn-peugnet
2022-03-25remove pot workaround by using gettext builder directlyn-peugnet
2022-03-25build languages in their subdir & add versionn-peugnet
by separating builders commands from the other, we can directly choose the output dir
2022-03-25better prepare gettext translationsn-peugnet
- copy pot file in dir to add it to git repo - make sphinx cmds that build docs require %.po files - compile all messages in a single .pot - allow fuzzy messages to be used
2022-03-24rework makefile for localesn-peugnet
2022-03-24add make publish targetn-peugnet
2022-03-23prepare for gettext translationsn-peugnet
2022-03-23very first add of club1 docsn-peugnet
2022-03-23initial commitn-peugnet
run Welcome to the Sphinx 4.3.2 quickstart utility. Please enter values for the following settings (just press Enter to accept a default value, if one is given in brackets). Selected root path: . Error: an existing conf.py has been found in the selected root path. sphinx-quickstart will not overwrite existing Sphinx projects. > Please enter a new root path (or just Enter to exit) []: