summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 4c1b3ad216e5d443867a485f7836b76f7a917570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS=cs de en fi fr ja po4a

EXTRA_DIST=aptitude-common.xsl aptitude-html.xsl aptitude-man.xsl aptitude-txt.style aptitude-txt.xsl aptitude.css

if USE_PO4A

dist distdir: po4a-dist

update-po: po4a-dist

po4a-dist:
	-@cd $(srcdir) && po4a -M utf-8 -k 0 po4a/po4a.cfg

endif