public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* [PATCH olang v1 0/3] docs: remove pandoc dependency
@ 2024-09-16 16:29 Johnny Richard
  2024-09-16 14:32 ` Carlos Maniero
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Johnny Richard @ 2024-09-16 16:29 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Johnny Richard

Johnny Richard (3):
  docs: move language spec to manual document
  docs: stop using pandoc to generate page on website
  docs: remove pandoc dependency for man docs

 .build.yml                                    |  1 -
 docs/Makefile                                 | 20 +++----
 docs/index.html                               | 57 +++++++++++++++++++
 docs/index.md                                 | 20 -------
 docs/manpages/olang.1                         | 53 +++++++++++++++++
 docs/manpages/olang.md                        | 40 -------------
 docs/manual/Makefile                          |  2 +-
 docs/manual/_header.html                      |  1 -
 docs/manual/olang.texi                        |  3 +
 .../specification.texi}                       | 13 ++---
 docs/template.html                            | 31 ----------
 11 files changed, 127 insertions(+), 114 deletions(-)
 create mode 100644 docs/index.html
 delete mode 100644 docs/index.md
 create mode 100644 docs/manpages/olang.1
 delete mode 100644 docs/manpages/olang.md
 rename docs/{pages/language-specification.md => manual/specification.texi} (97%)
 delete mode 100644 docs/template.html


base-commit: 3d4791adf7293e2f33d0dad1d3f426f33d690a6d
-- 
2.46.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-16 14:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-16 16:29 [PATCH olang v1 0/3] docs: remove pandoc dependency Johnny Richard
2024-09-16 14:32 ` Carlos Maniero
2024-09-16 16:29 ` [PATCH olang v1 1/3] docs: move language spec to manual document Johnny Richard
2024-09-16 16:29 ` [PATCH olang v1 2/3] docs: stop using pandoc to generate page on website Johnny Richard
2024-09-16 16:29 ` [PATCH olang v1 3/3] docs: remove pandoc dependency for man docs Johnny Richard
2024-09-16 14:31   ` [olang/patches/.build.yml] build success builds.sr.ht
2024-09-16 16:37 ` [PATCH olang v1 0/3] docs: remove pandoc dependency Johnny Richard

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox