summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile(tweak): Add missing space before ">"EuAndreh2025-04-091-1/+1
|
* Makefile: Prefix unit-test targets with "check-unit"EuAndreh2025-04-061-5/+5
|
* Makefile: Less verbose on xargsEuAndreh2025-04-061-1/+1
|
* Makefile: Add test for checking unsorted articlesEuAndreh2025-04-051-1/+17
|
* Makefile, deps.mk, mkdeps.sh: Cosmetic tweaksEuAndreh2025-04-051-2/+2
|
* Makefile: Add missing dependency for refresheable files gzEuAndreh2025-04-051-0/+2
|
* Makefile: Setup structure to externally archive linksEuAndreh2025-04-051-1/+8
|
* Makefile: Add test for internal broken linksEuAndreh2025-04-051-2/+20
|
* Makefile: Fix $url_pre in src/dyn.conf targetEuAndreh2025-04-041-1/+1
|
* Makefile: Add missing files from $(SRCDIR) installationEuAndreh2025-04-041-0/+3
|
* src/content/favicon.ico: Add refresheable rule in MakefileEuAndreh2025-04-041-1/+6
|
* Makefile: Add public.asc to output dirEuAndreh2025-04-041-0/+2
|
* src/base.conf: Generate dynamic part dynamicallyEuAndreh2025-04-041-0/+18
|
* Makefile: Add $(PUBURL) variableEuAndreh2025-04-041-5/+6
|
* Makefile: Indent "touch" with "gzip"EuAndreh2025-04-031-1/+1
|
* Makefile: Prevent CI from trying to look at ~/.gnupgEuAndreh2025-04-031-1/+2
|
* Makefile: Remove leftover ifok(1)EuAndreh2025-04-031-2/+2
|
* Makefile: Remove ifok(1) from rulesEuAndreh2025-04-021-10/+10
|
* Makefile, mkdeps.sh: Derive index.html and feed.xml from more static ↵EuAndreh2025-03-311-6/+3
| | | | "sortdata.txt" files
* Makefile: install.txt only depends on deps.mk and snippets! also niceEuAndreh2025-03-311-10/+27
|
* Makefile: "install.src.txt" file only depends on deps.mk! niceEuAndreh2025-03-301-3/+2
|
* Makefile, mkdeps.sh: Silent commands that are already too big, and will get ↵EuAndreh2025-03-301-2/+4
| | | | bigger
* src/content/security.txt: Derive itEuAndreh2025-03-301-0/+9
|
* Makefile: Use rsync(1) in "install" over cp(1) in loopEuAndreh2025-03-301-13/+13
|
* Makefile: Add compressed snippets filesEuAndreh2025-03-301-0/+7
|
* Makefile: Include derived security.txt during "install"EuAndreh2025-03-301-0/+3
|
* src/content/.well-known/security.txt: Derive itEuAndreh2025-03-291-0/+23
|
* Makefile: Enable re-generation of renewed public.asc keyEuAndreh2025-03-281-0/+4
|
* Makefile: Use ifok(1) to prevent incomplete files to be used in subsequent ↵EuAndreh2025-03-271-12/+12
| | | | calls to make(1)
* Makefile: Touch gzipped file after generationEuAndreh2025-03-091-0/+1
|
* Generate gzipped variation of final outputEuAndreh2025-03-081-3/+26
|
* v0 migration to mkwbEuAndreh2024-11-181-10/+190
|
* dynamic.mk: Move everything from Makefile into dynamic.mkEuAndreh2022-08-301-67/+6
|
* Makefile: Fold $(favicons) variable into $(derived-assets)EuAndreh2022-06-041-3/+4
|
* aux/workflow/TODOs.sh: Emit HTML to STDOUT; amend MakefileEuAndreh2022-06-031-1/+1
|
* Makefile: Indent $(derived-assets) variableEuAndreh2022-06-031-2/+2
|
* Makefile: Disable current testsEuAndreh2022-06-011-0/+2
|
* Generate podcast artifacts in dynamic.mkEuAndreh2022-06-011-6/+0
|
* Makefile: Conditionally clean with dynamic.mk, only when generated.mk existsEuAndreh2022-06-011-3/+4
|
* Makefile: No need to rebuild public/ in "deploy" targetEuAndreh2022-06-011-2/+0
|
* Generate LilyPond files in dynamic.mkEuAndreh2022-06-011-27/+6
|
* Move files.mk and deps.mk into generated.mkEuAndreh2022-06-011-37/+3
| | | | Make torrent files dynamic instead of listed in Makefile.
* Start building pastebins with dynamic.mkEuAndreh2022-06-011-2/+19
|
* Makefile: Do not make "fqdn" target .SILENT by defaultEuAndreh2022-05-021-2/+0
|
* TODOs.md: Add #td-f1ee23c0-b10a-a044-8351-e3cef4cb9d8cEuAndreh2022-05-021-0/+2
|
* Makefile: Add $(FQDN) variableEuAndreh2022-05-021-1/+7
|
* Include TODOs.html file in websiteEuAndreh2022-04-121-1/+5
|
* Rename favicon to lord-faviconEuAndreh2022-04-121-5/+9
|
* Makefile: Use $(JEKYLL) and include JEKYLL_ENV=productionEuAndreh2022-04-111-5/+6
|
* Makefile: Open browser in "run" targetEuAndreh2022-04-111-0/+1
|