summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-04Makefile: Add public.asc to output dirEuAndreh1-0/+2
2025-04-04src/base.conf: Generate dynamic part dynamicallyEuAndreh1-0/+18
2025-04-04Makefile: Add $(PUBURL) variableEuAndreh1-5/+6
2025-04-03Makefile: Indent "touch" with "gzip"EuAndreh1-1/+1
2025-04-03Makefile: Prevent CI from trying to look at ~/.gnupgEuAndreh1-1/+2
2025-04-03Makefile: Remove leftover ifok(1)EuAndreh1-2/+2
2025-04-02Makefile: Remove ifok(1) from rulesEuAndreh1-10/+10
2025-03-31Makefile, mkdeps.sh: Derive index.html and feed.xml from more static ↵EuAndreh1-6/+3
"sortdata.txt" files
2025-03-31Makefile: install.txt only depends on deps.mk and snippets! also niceEuAndreh1-10/+27
2025-03-30Makefile: "install.src.txt" file only depends on deps.mk! niceEuAndreh1-3/+2
2025-03-30Makefile, mkdeps.sh: Silent commands that are already too big, and will get ↵EuAndreh1-2/+4
bigger
2025-03-30src/content/security.txt: Derive itEuAndreh1-0/+9
2025-03-30Makefile: Use rsync(1) in "install" over cp(1) in loopEuAndreh1-13/+13
2025-03-30Makefile: Add compressed snippets filesEuAndreh1-0/+7
2025-03-30Makefile: Include derived security.txt during "install"EuAndreh1-0/+3
2025-03-29src/content/.well-known/security.txt: Derive itEuAndreh1-0/+23
2025-03-28Makefile: Enable re-generation of renewed public.asc keyEuAndreh1-0/+4
2025-03-27Makefile: Use ifok(1) to prevent incomplete files to be used in subsequent ↵EuAndreh1-12/+12
calls to make(1)
2025-03-09Makefile: Touch gzipped file after generationEuAndreh1-0/+1
2025-03-08Generate gzipped variation of final outputEuAndreh1-3/+26
2024-11-18v0 migration to mkwbEuAndreh1-10/+190
2022-08-30dynamic.mk: Move everything from Makefile into dynamic.mkEuAndreh1-67/+6
2022-06-04Makefile: Fold $(favicons) variable into $(derived-assets)EuAndreh1-3/+4
2022-06-03aux/workflow/TODOs.sh: Emit HTML to STDOUT; amend MakefileEuAndreh1-1/+1
2022-06-03Makefile: Indent $(derived-assets) variableEuAndreh1-2/+2
2022-06-01Makefile: Disable current testsEuAndreh1-0/+2
2022-06-01Generate podcast artifacts in dynamic.mkEuAndreh1-6/+0
2022-06-01Makefile: Conditionally clean with dynamic.mk, only when generated.mk existsEuAndreh1-3/+4
2022-06-01Makefile: No need to rebuild public/ in "deploy" targetEuAndreh1-2/+0
2022-06-01Generate LilyPond files in dynamic.mkEuAndreh1-27/+6
2022-06-01Move files.mk and deps.mk into generated.mkEuAndreh1-37/+3
Make torrent files dynamic instead of listed in Makefile.
2022-06-01Start building pastebins with dynamic.mkEuAndreh1-2/+19
2022-05-02Makefile: Do not make "fqdn" target .SILENT by defaultEuAndreh1-2/+0
2022-05-02TODOs.md: Add #td-f1ee23c0-b10a-a044-8351-e3cef4cb9d8cEuAndreh1-0/+2
2022-05-02Makefile: Add $(FQDN) variableEuAndreh1-1/+7
2022-04-12Include TODOs.html file in websiteEuAndreh1-1/+5
2022-04-12Rename favicon to lord-faviconEuAndreh1-5/+9
2022-04-11Makefile: Use $(JEKYLL) and include JEKYLL_ENV=productionEuAndreh1-5/+6
2022-04-11Makefile: Open browser in "run" targetEuAndreh1-0/+1
2022-04-11Makefile: s/publish/deploy/EuAndreh1-1/+1
2022-03-15Makefile: Add "run" targetEuAndreh1-0/+3
2022-03-06Makefile: Also delete .jekyll-cache/ in "clean" targetEuAndreh1-1/+1
2022-03-06mv Makefile.dynamic dynamic.mkEuAndreh1-1/+1
2022-01-16Makefile: make target "publish" depend on target "all"EuAndreh1-1/+1
2022-01-16Makefile{,.dynamic}: Glue these files together using {files,deps}.mkEuAndreh1-10/+13
2022-01-11_plugins/generate-torrent.rb: Remove in favor of MakefileEuAndreh1-4/+12
2022-01-11_plugins/generate-media-files.rb: Remove in favor of MakefileEuAndreh1-7/+37
2022-01-10_plugins/generate-favicon.rb: Delete file, generate files in MakefileEuAndreh1-2/+11
2022-01-10_plugins/generate-lilypond.rb: Build lilypond files inside Makefile instead ↵EuAndreh1-3/+34
of Jekyll
2021-10-12Makefile: Add .POSIX: targetEuAndreh1-0/+2