summaryrefslogtreecommitdiff
path: root/doc/fi/Makefile.am
blob: 0b0de2ce355f11d2039c78db5cca6af3065b1f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = images
EXTRA_DIST = aptitude.xml manpage.xml fixman

LC = fi

include $(top_srcdir)/buildlib/doc.mk

README = README.fi
README_encoding = utf-8

IMAGES := $(wildcard $(srcdir)/images/*.png)

DOCBOOK_XML = aptitude.xml manpage.xml
DOCBOOK_TARGETS = docbook-man docbook-html docbook-readme

DOCBOOK_MANS = aptitude.8

include $(top_srcdir)/buildlib/docbook.mk

all-local: $(DOCBOOK_TARGETS)