summaryrefslogtreecommitdiffstats
path: root/src/Makefile-files
blob: 2fb281f316caf81b7cb5d3bab5101f4d0e5bfe4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- makefile -*-
bin_SCRIPTS  += src/git-amb
EXTRA_DIST   += src/git-amb
UPLOAD_FILES += src/git-amb

man_MANS   += src/git-amb.1
EXTRA_DIST += src/git-amb.1.in

if HAVE_NDIM_MAN2TXT
dist_doc_DATA += src/git-amb.txt
CLEANFILES    += src/git-amb.txt
UPLOAD_FILES  += src/git-amb.txt
endif