blob: 687aee2667f877eb401fb0e776a1939ab7737f98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
SUBDIRS = images
EXTRA_DIST = aptitude.xml manpage.xml
LC = en
include $(top_srcdir)/buildlib/doc.mk
README = README
README_encoding = iso-8859-1
IMAGES := $(wildcard $(srcdir)/images/*.png) images/safety-cost-level-diagram.svg
DOCBOOK_TARGETS = docbook-man docbook-html docbook-readme
include $(top_srcdir)/buildlib/docbook.mk
all-local: docbook-stamp
man_MANS = aptitude.8
notrans_man_MANS = aptitude-create-state-bundle.1 aptitude-run-state-bundle.1
|