Files
context/_reports/novel/Makefile.am
T
2019-09-28 10:14:18 -04:00

18 lines
516 B
Makefile

# This makefile is for the lifelines reports
AUTOMAKE_OPTIONS = no-dependencies
# LL_REPORTS is to hold the actual report files
# (included files go in a different target below)
LL_REPORTS = novel.ll
# OTHER_REPORTS is to hold included files besides actual report files
# (eg, supporting files, graphics, included files)
OTHER_REPORTS = novel.intro novel.README
pkg_REPORTS = $(LL_REPORTS) $(OTHER_REPORTS)
subreportdir = $(pkgdatadir)/novel
subreport_DATA = $(pkg_REPORTS)
dist_subreport_DATA = $(pkg_REPORTS)