Overview
Comment: | Change scribble command in makefile so that it can link to documentation for packages installed in user scope |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7e52d6a33be19b5f5eb93d3015d5d5ad |
User & Date: | joel on 2019-03-08 00:01:24 |
Other Links: | manifest | tags |
Context
2019-03-09
| ||
03:59 | Allow to take zero SQL parameters check-in: 0d3df679 user: joel tags: trunk | |
2019-03-08
| ||
00:01 | Change scribble command in makefile so that it can link to documentation for packages installed in user scope check-in: 7e52d6a3 user: joel tags: trunk | |
2019-03-04
| ||
00:38 | Add SQL query maker to insert multiple rows check-in: b9830871 user: joel tags: trunk | |
Changes
Modified makefile from [18748a63] to [81b0b22c].
︙ | ︙ | |||
9 10 11 12 13 14 15 | spritz: ## Clear Pollen and Scribble cache rm -rf compiled code-docs/compiled articles/compiled series/compiled fossil clean code-docs/ scribble: ## Rebuild code documentation and update Fossil repo | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | spritz: ## Clear Pollen and Scribble cache rm -rf compiled code-docs/compiled articles/compiled series/compiled fossil clean code-docs/ scribble: ## Rebuild code documentation and update Fossil repo scribble --htmls +m --redirect https://docs.racket-lang.org/local-redirect/ code-docs/main.scrbl fossil uv rm scribbled/* rm -rf scribbled/* mv main/* scribbled/ cp code-docs/scribble-iframe.html scribbled/scribble.html rm -rf main fossil uv add scribbled/* fossil uv sync |
︙ | ︙ |