<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ccwl/Makefile, branch main</title>
<subtitle>Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl)</subtitle>
<id>http://git.systemreboot.net/ccwl/atom?h=main</id>
<link rel='self' href='http://git.systemreboot.net/ccwl/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/'/>
<updated>2025-11-27T18:21:49+00:00</updated>
<entry>
<title>Use guile-run64 for tests.</title>
<updated>2025-11-27T18:21:49+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2025-11-27T18:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=d75e207bb14eb5460a139c3383ba4249d689b679'/>
<id>urn:sha1:d75e207bb14eb5460a139c3383ba4249d689b679</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: Split up release tarball signature into separate target.</title>
<updated>2024-01-26T13:04:47+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-01-26T13:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=e29cea25cad428cf8a6cb30b1d3ef002852a1eb5'/>
<id>urn:sha1:e29cea25cad428cf8a6cb30b1d3ef002852a1eb5</id>
<content type='text'>
* Makefile (dist): Move $(dist_archive).asc to ...
(distsign): ... here.
</content>
</entry>
<entry>
<title>Makefile: Clean up .depends.</title>
<updated>2024-01-26T13:04:43+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-01-26T13:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=ba4ae8c1a5fa9638a9b5de04f45f59d48937e464'/>
<id>urn:sha1:ba4ae8c1a5fa9638a9b5de04f45f59d48937e464</id>
<content type='text'>
* Makefile (clean): Delete .depends.
</content>
</entry>
<entry>
<title>website: Use Fira Code and Charter fonts.</title>
<updated>2022-04-09T16:39:44+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-04-09T16:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=02677a508b407779f5991a230341e016deb7f69b'/>
<id>urn:sha1:02677a508b407779f5991a230341e016deb7f69b</id>
<content type='text'>
* Makefile (fonts): New variable.
(website): Depend on website/fonts.
(website/fonts): New target.
(clean): Clean up website/fonts.
* website/style.css (@font-face: Charter, @font-face: Fira Code
Regular, @font-face: Fira Code SemiBold): New font faces.
(body): Use 20px Charter font.
(pre): Use 0.9em Fira Code font.
(code, samp): Use 0.8em semi-bold Fira Code font.
</content>
</entry>
<entry>
<title>Makefile: Compile scheme source code with auto-compile disabled.</title>
<updated>2022-04-09T14:34:19+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-04-09T14:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=ffddcbddfb49e4bac9497dd87b21c5d5a1feebd6'/>
<id>urn:sha1:ffddcbddfb49e4bac9497dd87b21c5d5a1feebd6</id>
<content type='text'>
* Makefile (%.go): Set GUILE_AUTO_COMPILE=0.
</content>
</entry>
<entry>
<title>Makefile: Copy HTML manual to website.</title>
<updated>2022-02-05T03:15:53+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-02-05T03:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=081129b98d6068e50558740566f37ebbe9951a1d'/>
<id>urn:sha1:081129b98d6068e50558740566f37ebbe9951a1d</id>
<content type='text'>
This was done correctly in the earlier autotools build system, but was
missed out in the migration to hand-written Makefiles.

* Makefile (website): Depend on website/manual/dev/en.
(website/manual/dev/en): New target.
(clean): Remove website/manual. Remove $(doc_html) recursively.
</content>
</entry>
<entry>
<title>Migrate to hand-written Makefiles.</title>
<updated>2022-01-10T18:02:22+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-10T11:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=670b0b68602288b44ad459230be4f701140bca66'/>
<id>urn:sha1:670b0b68602288b44ad459230be4f701140bca66</id>
<content type='text'>
The autotools are really overkill for a simple Guile project like
ccwl.

* .gitignore: Delete autotool generated files. Add Makefile.include.
* Makefile.am, Makefile, build-aux/distcheck.scm, configure,
configure.ac, configure.scm: New files.
* NEWS: Rename to NEWS.org. Remove Emacs file-local variable to use
org mode.
* bootstrap.sh: Delete file.
* build-aux/generate-cwl-output.sh.in: Rename to ...
* build-aux/generate-cwl-output.sh: ... this. Replace autoconf
variables for cwltool and sed.
* build-aux/test-driver.scm.in: Rename to ...
* build-aux/test-driver.scm: ... this. Do not import (ice-9
getopt-long).
(%options): Delete variable.
(my-gnu-runner): Do not write to log or trs ports.
Accept test files as command-line arguments. Update invocation of
my-gnu-runner. Print summary of results.
* guix.scm (ccwl)[native-inputs]: Remove autoconf and automake.
* pre-inst-env.in: Rename to ...
* pre-inst-env: ... this. Replace autoconf variables for guile,
abs_top_builddir and abs_top_srcdir.
* scripts/ccwl.in: Rename to ...
* scripts/ccwl: ... this. Replace autoconf variable for guile.
</content>
</entry>
</feed>
