summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-04Makefile: Pass source path to skribilo.Arun Isaac
2021-07-04doc: Search for source-ref referenced files in source-path.Arun Isaac
2021-07-04doc: Remove redundant file open.Arun Isaac
2021-07-04Makefile: Distribute documentation.Arun Isaac
2021-07-04Makefile: Include .depends with automake.Arun Isaac
2021-07-04Makefile: Clean only directories in clean-local.Arun Isaac
2021-07-04Makefile: Build skribilo documentation in-place.Arun Isaac
2021-07-04Makefile: List files in a single line.Arun Isaac
2021-07-04scripts: Do not compile ccwl files.Arun Isaac
2021-07-04Makefile: Do not create website directory.Arun Isaac
2021-07-04Makefile: Add prefix variables for silencing commands.Arun Isaac
2021-07-03doc: Use emph instead of quotes for emphasis.Arun Isaac
2021-07-03doc: Move skribilo configuration into doc directory.Arun Isaac
2021-07-03Makefile: Build skribilo configuration before documentation.Arun Isaac
2021-07-03guix.scm: Depend on cwltool and graphviz.Arun Isaac
2021-07-03guix.scm: Import (gnu packages skribilo).Arun Isaac
2021-07-03doc: Squeeze double space.Arun Isaac
2021-07-03Makefile: Comment on -local targets.Arun Isaac
2021-07-02.dir-locals.el: Indent syntax-lambda** correctly.Arun Isaac
2021-07-02.dir.locals.el: Remove unused indentation specifiers.Arun Isaac
2021-07-02doc: Add copyright headers.Arun Isaac
2021-07-02build-aux: Do not make backup files.Arun Isaac
2021-07-02tests: Ensure stdin input has no inputBinding.Arun Isaac
2021-07-02tests: Remove unnecessary import.Arun Isaac
2021-07-02Makefile: Track dependencies automatically.Arun Isaac
2021-06-29doc: Document passing input into stdin.Arun Isaac
2021-06-29ccwl: Return #f if alist is empty after filtering.Arun Isaac
2021-06-28Makefile: Clean entire website manual directory.Arun Isaac
2021-06-28ccwl: Import (srfi srfi-2).Arun Isaac
2021-06-28ccwl: Fix indentation.Arun Isaac
2021-06-28website: Constrain images within their containers.Arun Isaac
2021-06-28doc: Add workflow graphs.Arun Isaac
2021-06-28Makefile: Build workflow images.Arun Isaac
2021-06-28ccwl: Support SVG images in HTML documentation.Arun Isaac
2021-06-22doc: Specify command inputs in a separate argument.Arun Isaac
2021-06-22doc: Fix comma position.Arun Isaac
2021-06-21doc: Fill paragraph.Arun Isaac
2021-06-21ccwl: Link source links to entire s-exp.Arun Isaac
2021-06-19website: Set foreground color to black.Arun Isaac
2021-06-19website: Italicize code symbols.Arun Isaac
2021-06-19website: Add background color and padding to code snippets.Arun Isaac
2021-06-19README: Remove broken link to tutorial.Arun Isaac
2021-06-19.gitignore: Add files.Arun Isaac
2021-06-19Makefile: Let info and html targets depend on skribilo config.Arun Isaac
2021-06-19doc: Link to source for pipe and tee.Arun Isaac
2021-06-19ccwl: Add source links.Arun Isaac
2021-06-19configure: Search for emacs.Arun Isaac
2021-06-19Makefile: Use MKDIR_P instead of `mkdir -p'.Arun Isaac
2021-06-19Makefile: Delete manual directory before rebuilding.Arun Isaac
2021-06-19website: Move CSS into the website directory.Arun Isaac