Age | Commit message (Expand) | Author |
2021-07-04 | doc: Use PNG images instead of SVG.•••PNG images are supported by both the info and html engines.
* doc/ccwl.skb (Tutorial)[Workflow with multiple steps]: Use PNG
images instead of SVG.
* Makefile.am (CLEANFILES): Replace doc/*.svg with doc/*.png.
(%.svg): Delete rule.
(%.png): New rule.
* .gitignore: Replace doc/*.svg with doc/*.png.
| Arun Isaac |
2021-07-04 | doc: Search for source-ref referenced files in source-path.•••* doc/skribilo.scm: Import (skribilo parameters).
(source-ref): Search for files in source-path.
| Arun Isaac |
2021-07-04 | doc: Remove redundant file open.•••* doc/skribilo.scm (source-ref): Remove redundant file open.
| Arun Isaac |
2021-07-03 | doc: Move skribilo configuration into doc directory.•••* ccwl/skribilo.scm: Move to ...
* doc/skribilo.scm: ... here.
* doc/ccwl.skb: Import (doc skribilo) instead of (ccwl skribilo).
* Makefile.am ($(SKRIBILO_BUILD_DIR)/ccwl.info,
$(SKRIBILO_BUILD_DIR)/ccwl.html): Depend on doc/skribilo.go instead of
ccwl/skribilo.go.
* Makefile.am (clean-local): Delete doc/skribilo.go instead of
ccwl/skribilo.go.
| Arun Isaac |