2a70a94586
4.9 - 19 December 2021 o Bug 797950 - Reconcilation docs don't mention automatic credit card payment feature. o Guide:C: Add a directory with datafiles for faster regeneration of images o Chapter "Online-Quotes" created. Description of the installation and configuration of F::Q (moved from Help_ch_Account-Actions-xml). o Remove several Autotools remains o Drop TravisCI as we are using Github Workflows now. o Removed the information of HACKING file from README. o Add ghelp to the default target At some point in the past ghelp didn't have to be built, as one could develop and test simply from the source directory. That is no longer the case so perform a build by default if ghelp is enabled.
17 lines
458 B
Makefile
17 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.52 2021/12/20 00:43:31 wiz Exp $
|
|
|
|
DISTNAME= gnucash-docs-4.9
|
|
CATEGORIES= finance
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnucash.org/
|
|
COMMENT= Documentation for GnuCash - personal double-entry accounting program
|
|
LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1
|
|
|
|
DEPENDS+= yelp-[0-9]*:../../misc/yelp3
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= bash
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|