File: Makefile.am

package info (click to toggle)
aptitude 0.8.13-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,556 kB
  • sloc: cpp: 95,285; xml: 31,928; sh: 5,160; makefile: 923; perl: 109; cs: 70; lisp: 55; sed: 16
file content (22 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS=cs de en es fi fr it ja nl pl ru po4a

EXTRA_DIST=aptitude-common.xsl aptitude-html.xsl aptitude-man.xsl aptitude-txt.xsl aptitude.css html-to-text xx/Makefile.am

PO4AFLAGS = --srcdir=$(top_srcdir)/doc --destdir=$(top_builddir)/doc \
	--package-name='$(PACKAGE)' --package-version='$(PACKAGE_VERSION)' \
	--msgid-bugs-address='$(PACKAGE_BUGREPORT)' \
	$(top_srcdir)/doc/po4a/po4a.cfg

if HAVE_PO4A

dist: update-po

update-po:
	$(PO4A) --no-backups --force --no-translations $(PO4AFLAGS)

po4a:
	$(PO4A) --no-backups $(PO4AFLAGS)

endif

.PHONY: update-po