pkgsrc-WIP-changes archive

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

i3-git: Build documentation.



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Tue Feb 9 17:01:41 2016 +0100
Changeset:	3e2c3b098d6721316e0004fc8091a1441a7f8a7b

Modified Files:
	i3-git/Makefile

Log Message:
i3-git: Build documentation.

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

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

diffstat:
 i3-git/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/i3-git/Makefile b/i3-git/Makefile
index c547f5a..f4d04db 100644
--- a/i3-git/Makefile
+++ b/i3-git/Makefile
@@ -19,6 +19,7 @@ LICENSE=	modified-bsd
 
 USE_TOOLS+=	gmake bison lex yacc pkg-config perl
 USE_LANGUAGES=	c99
+BUILD_TARGET=	all mans
 MAKE_JOBS_SAFE=	no
 
 PKG_SYSCONFSUBDIR=	i3
@@ -43,6 +44,8 @@ SUBST_MESSAGE.conf=	Change src/i3.mk to install conf files in share/examples
 SUBST_FILES.conf=	src/i3.mk
 SUBST_SED.conf=		-e s,$$\(SYSCONFDIR\),$$\(PREFIX\)/share/examples,g
 
+BUILD_DEPENDS+=	asciidoc-[0-9]*:../../textproc/asciidoc
+
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/man/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
 	${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}


Home | Main Index | Thread Index | Old Index