File: Makefile.am

package info (click to toggle)
shadow 1:4.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 65,248 kB
  • sloc: sh: 44,934; ansic: 34,359; xml: 12,295; exp: 3,691; makefile: 1,623; yacc: 800; perl: 120; sed: 16
file content (27 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

mandir = @mandir@/da

# 2012.01.28 - activate manpages with more than 50% translated messages
man_MANS = \
	man1/chfn.1 \
	man8/groupdel.8 \
	man5/gshadow.5 \
	man1/newgrp.1 \
	man8/vigr.8 \
	man8/vipw.8

man_nopam = 

if !USE_PAM
man_MANS  = $(man_nopam)
endif

EXTRA_DIST = \
	$(man_MANS)

if USE_PAM
EXTRA_DIST  = $(man_nopam)
endif

include ../generate_translations.mak