File: Makefile.am

package info (click to toggle)
userinfo 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,604 kB
  • ctags: 310
  • sloc: sh: 11,163; ansic: 2,303; makefile: 103
file content (16 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EXTRA_DIST = KnownBugs NEWS ChangeLog
SUBDIRS = src doc contrib
ACLOCAL_AMFLAGS = -I m4

changelog:
	git log --no-color > ChangeLog || exit 1

ChangeLog:
	if test -d ${top_builddir}/.git/; then \
		$(MAKE) $(AM_MAKEFLAGS) changelog; \
	else \
		touch ${top_builddir}/ChangeLog; \
	fi

version: changelog
	$(MAKE) $(AM_MAKEFLAGS) distcheck