public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* [PATCH olang v1 0/4] build: add install and uninstall targets
@ 2024-09-17 12:46 Johnny Richard
  2024-09-17 12:46 ` [PATCH olang v1 1/4] build: add install/uninstall targets for info docs Johnny Richard
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Johnny Richard @ 2024-09-17 12:46 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Johnny Richard

Johnny Richard (4):
  build: add install/uninstall targets for info docs
  build: add install/uninstall targets for man pages
  build: add install/uninstall targets for olang bin
  docs: info: add instructions to install/uninstall olang

 .gitignore                                    |  1 +
 Makefile                                      | 84 ++++++++++++++++---
 docs/.gitignore                               |  1 +
 docs/Makefile                                 | 19 ++---
 docs/{manual => info}/.gitignore              |  0
 docs/{manual => info}/Makefile                |  0
 docs/{manual => info}/_header.html            |  0
 docs/{manual => info}/contribution-guide.texi |  0
 docs/{manual => info}/getting-started.texi    |  0
 docs/info/installation.texi                   | 80 ++++++++++++++++++
 docs/{manual => info}/introduction.texi       |  0
 docs/{manual => info}/olang.texi              |  0
 docs/{manual => info}/specification.texi      |  2 +-
 docs/{manpages => man/man1}/olang.1           |  2 -
 docs/manual/installation.texi                 |  2 -
 15 files changed, 162 insertions(+), 29 deletions(-)
 create mode 100644 docs/.gitignore
 rename docs/{manual => info}/.gitignore (100%)
 rename docs/{manual => info}/Makefile (100%)
 rename docs/{manual => info}/_header.html (100%)
 rename docs/{manual => info}/contribution-guide.texi (100%)
 rename docs/{manual => info}/getting-started.texi (100%)
 create mode 100644 docs/info/installation.texi
 rename docs/{manual => info}/introduction.texi (100%)
 rename docs/{manual => info}/olang.texi (100%)
 rename docs/{manual => info}/specification.texi (99%)
 rename docs/{manpages => man/man1}/olang.1 (99%)
 delete mode 100644 docs/manual/installation.texi


base-commit: 5a9ba5e6b37739787f631d9775c187405a69b084
-- 
2.46.0


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

end of thread, other threads:[~2024-09-17 15:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-17 12:46 [PATCH olang v1 0/4] build: add install and uninstall targets Johnny Richard
2024-09-17 12:46 ` [PATCH olang v1 1/4] build: add install/uninstall targets for info docs Johnny Richard
2024-09-17 12:46 ` [PATCH olang v1 2/4] build: add install/uninstall targets for man pages Johnny Richard
2024-09-17 12:46 ` [PATCH olang v1 3/4] build: add install/uninstall targets for olang bin Johnny Richard
2024-09-17 12:46 ` [PATCH olang v1 4/4] docs: info: add instructions to install/uninstall olang Johnny Richard
2024-09-17 10:48   ` [olang/patches/.build.yml] build success builds.sr.ht
2024-09-17 15:33 ` [PATCH olang v1 0/4] build: add install and uninstall targets Carlos Maniero

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