pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

syncstorage-rs-git: install more documentation



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sun Jun 11 00:02:56 2023 +0200
Changeset:	40158e8510115c366d3c300b175a8df01dc1330c

Modified Files:
	syncstorage-rs-git/Makefile
	syncstorage-rs-git/PLIST

Log Message:
syncstorage-rs-git: install more documentation

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=40158e8510115c366d3c300b175a8df01dc1330c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 syncstorage-rs-git/Makefile | 1 +
 syncstorage-rs-git/PLIST    | 1 +
 2 files changed, 2 insertions(+)

diffs:
diff --git a/syncstorage-rs-git/Makefile b/syncstorage-rs-git/Makefile
index 96b68b7b8c..33c278d482 100644
--- a/syncstorage-rs-git/Makefile
+++ b/syncstorage-rs-git/Makefile
@@ -41,6 +41,7 @@ do-install:
 	# 'Makefile' has logic how to start this
 	${INSTALL_PROGRAM} ${WRKSRC}/Makefile ${DESTDIR}${PREFIX}/share/doc/syncstorage-rs
 	${INSTALL_PROGRAM} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/syncstorage-rs
+	${INSTALL_PROGRAM} ${WRKSRC}/docs/config.md ${DESTDIR}${PREFIX}/share/doc/syncstorage-rs
 	${INSTALL_PROGRAM} ${WRKSRC}/config/local.example.toml ${DESTDIR}${PREFIX}/share/examples/syncstorage-rs
 
 .include "../../lang/rust/cargo.mk"
diff --git a/syncstorage-rs-git/PLIST b/syncstorage-rs-git/PLIST
index 6f5e4cb915..d79b4240c3 100644
--- a/syncstorage-rs-git/PLIST
+++ b/syncstorage-rs-git/PLIST
@@ -2,4 +2,5 @@
 bin/syncserver
 share/doc/syncstorage-rs/Makefile
 share/doc/syncstorage-rs/README.md
+share/doc/syncstorage-rs/config.md
 share/examples/syncstorage-rs/local.example.toml


Home | Main Index | Thread Index | Old Index