pkgsrc-WIP-changes archive

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

skint: install documentation for syntax-rules implementation



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Sep 14 22:12:19 2025 +0200
Changeset:	111be3557b81ea4fd680813ecc5883c81f5296fe

Modified Files:
	skint/Makefile
	skint/PLIST

Log Message:
skint: install documentation for syntax-rules implementation

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

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

diffstat:
 skint/Makefile | 1 +
 skint/PLIST    | 1 +
 2 files changed, 2 insertions(+)

diffs:
diff --git a/skint/Makefile b/skint/Makefile
index 93e750ce43..187ea5975c 100644
--- a/skint/Makefile
+++ b/skint/Makefile
@@ -27,5 +27,6 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/[skint].c ${DESTDIR}${PREFIX}/share/${PKGNAME_NOREV}/src
 	${INSTALL_DATA} ${WRKSRC}/[skint].h ${DESTDIR}${PREFIX}/share/${PKGNAME_NOREV}/src
 	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/${PKGNAME_NOREV}
+	${INSTALL_DATA} ${WRKSRC}/misc/syntax-rules.md ${DESTDIR}${PREFIX}/share/doc/${PKGNAME_NOREV}
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/skint/PLIST b/skint/PLIST
index 2268f2a023..ed6e5b2999 100644
--- a/skint/PLIST
+++ b/skint/PLIST
@@ -1,6 +1,7 @@
 @comment $NetBSD$
 bin/skint
 share/doc/${PKGNAME}/README.md
+share/doc/${PKGNAME}/syntax-rules.md
 share/${PKGNAME}/lib/README.md
 share/${PKGNAME}/lib/srfi/1.sld
 share/${PKGNAME}/lib/srfi/11.sld


Home | Main Index | Thread Index | Old Index