File: Makefile.am

package info (click to toggle)
crrcsim 0.9.13-3.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 22,176 kB
  • sloc: cpp: 43,186; xml: 5,022; sh: 3,832; makefile: 501; asm: 228; ansic: 150
file content (15 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Makefile.am for "/documentation/man"

# The default manpage crrcsim(1) goes into "man1" ...
man1datadir = $(mandir)/man1
man1data_DATA  = crrcsim.1

# ... while localized versions go into "xx/man1" where "xx" is
# the ISO country code

# de_man1datadir = $(mandir)/de/man1
# de_man1data_DATA  = de/crrcsim.1

EXTRA_DIST = $(man1data_DATA) 
# EXTRA_DIST = $(EXTRA_DIST) $(de_man1data_DATA)