~adnano/kiln-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH mdtohtml v2] restructure docs section

Details
Message ID
<20221005145329.7741-1-edd@salkield.uk>
DKIM signature
missing
Download raw message
Patch: +7 -5
---
 .gitignore                            |  2 +-
 Makefile                              | 10 ++++++----
 mdtohtml.1.scd => docs/mdtohtml.1.scd |  0
 3 files changed, 7 insertions(+), 5 deletions(-)
 rename mdtohtml.1.scd => docs/mdtohtml.1.scd (100%)

diff --git a/.gitignore b/.gitignore
index 879797a..88b2533 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
mdtohtml
mdtohtml.1
docs/mdtohtml.1
diff --git a/Makefile b/Makefile
index 61524e8..8d5bc2e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,13 +9,15 @@ RM=rm
GO=go
GOFLAGS=

all: mdtohtml mdtohtml.1
all: mdtohtml docs

mdtohtml: main.go go.mod go.sum
	$(GO) build $(GOFLAGS) -o $@

mdtohtml.1: mdtohtml.1.scd
	scdoc < mdtohtml.1.scd > $@
docs: docs/mdtohtml.1

docs/mdtohtml.1: docs/mdtohtml.1.scd
	scdoc < docs/mdtohtml.1.scd > $@

clean:
	$(RM) mdtohtml
@@ -30,4 +32,4 @@ uninstall:
	$(RM) $(DESTDIR)$(BINDIR)/mdtohtml
	$(RM) $(DESTDIR)$(MANDIR)/man1/mdtohtml.1

.PHONY: all clean install uninstall
.PHONY: all docs clean install uninstall
diff --git a/mdtohtml.1.scd b/docs/mdtohtml.1.scd
similarity index 100%
rename from mdtohtml.1.scd
rename to docs/mdtohtml.1.scd
-- 
2.38.0
Details
Message ID
<CNHLAX62IEQ6.2QIDY7IRV5Y57@nitro>
In-Reply-To
<20221005145329.7741-1-edd@salkield.uk> (view parent)
DKIM signature
missing
Download raw message
Thanks!

To git@git.sr.ht:~adnano/mdtohtml
   c646b33..a63ad6d  master -> master
Reply to thread Export thread (mbox)