public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
From: Johnny Richard <johnny@johnnyrichard.com>
To: ~johnnyrichard/olang-devel@lists.sr.ht
Cc: Johnny Richard <johnny@johnnyrichard.com>
Subject: [PATCH olang v1 0/4] build: add install and uninstall targets
Date: Tue, 17 Sep 2024 14:46:14 +0200	[thread overview]
Message-ID: <20240917124716.184501-1-johnny@johnnyrichard.com> (raw)

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


             reply	other threads:[~2024-09-17 10:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-17 12:46 Johnny Richard [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240917124716.184501-1-johnny@johnnyrichard.com \
    --to=johnny@johnnyrichard.com \
    --cc=~johnnyrichard/olang-devel@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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