aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Makefile: s/publish/deploy/EuAndreh2022-04-111-1/+1
|
* Makefile: Add "run" targetEuAndreh2022-03-151-0/+3
|
* Makefile: Also delete .jekyll-cache/ in "clean" targetEuAndreh2022-03-061-1/+1
|
* mv Makefile.dynamic dynamic.mkEuAndreh2022-03-061-1/+1
|
* Makefile: make target "publish" depend on target "all"EuAndreh2022-01-161-1/+1
|
* Makefile{,.dynamic}: Glue these files together using {files,deps}.mkEuAndreh2022-01-161-10/+13
|
* _plugins/generate-torrent.rb: Remove in favor of MakefileEuAndreh2022-01-111-4/+12
|
* _plugins/generate-media-files.rb: Remove in favor of MakefileEuAndreh2022-01-111-7/+37
|
* _plugins/generate-favicon.rb: Delete file, generate files in MakefileEuAndreh2022-01-101-2/+11
|
* _plugins/generate-lilypond.rb: Build lilypond files inside Makefile instead ↵EuAndreh2022-01-101-3/+34
| | | | of Jekyll
* Makefile: Add .POSIX: targetEuAndreh2021-10-121-0/+2
|
* Build Jekyll output directly to public/EuAndreh2021-10-121-9/+2
|
* Makefile: Disable aux/workflow/public.sh for nowEuAndreh2021-06-081-1/+1
|
* Makefile: Ignore missing README.md fileEuAndreh2021-06-071-1/+0
|
* Revert "Makefile: use mv over rsync"EuAndreh2021-03-031-4/+4
| | | | This reverts commit d8245f71dba84d4da86ef64563f337e864858762.
* Makefile: use mv over rsyncEuAndreh2021-03-021-4/+4
|
* Update files under aux/EuAndreh2021-03-011-8/+7
|
* Makefile: Add serve targetEuAndreh2021-02-171-1/+4
|
* Move rsync to MakefileEuAndreh2021-02-091-3/+5
| | | | This deprecates defaut.nix.
* mv build-aux/ -> aux/ and scripts/EuAndreh2021-01-271-6/+6
|
* Use "make public" as the primary way of building the siteEuAndreh2021-01-251-1/+1
|
* mv build-aux/assert-todos.sh build-aux/workflow/EuAndreh2021-01-251-1/+1
|
* Inline sync-translations.shEuAndreh2021-01-231-1/+2
|
* Move tests.sh into MakefileEuAndreh2021-01-231-1/+4
|
* Add Makefile with "clean", "check" and "public" rulesEuAndreh2021-01-231-0/+17
|
* Build and publish website using Nix; remove Makefile.EuAndreh2018-12-241-79/+0
|
* Remove =all= target from Makefile.EuAndreh2018-12-221-3/+0
|
* Add script to scaffold new pastebin skeleton.EuAndreh2018-12-221-0/+5
|
* Rely on Nix semantics to not build things twice.EuAndreh2018-12-211-4/+2
| | | | | Instead of improving the current logic, we can reliably expect that Nix will produce the same output given the same input.
* Add Makefile for building and publishing website.EuAndreh2018-12-211-0/+79