File: Makefile.am

package info (click to toggle)
fische 3.2.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,596 kB
  • sloc: sh: 10,042; cpp: 2,190; ansic: 89; makefile: 58
file content (19 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to produce Makefile.in
## Created by Anjuta

SUBDIRS = src 

EXTRA_DIST = $(doc_DATA)\
	$(man1_MANS)\
	macosx/fische\
	windows/fische.exe

man1_MANS = fische.man

doc_DATA = \
	AUTHORS\
	README

docdir = \
	$(datadir)/doc/fische