blob: 5a6a2944734054e9b745842ae1f5882d7bfd5eff (
plain)
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
28
29
30
31
32
33
34
35
36
37
38
|
manual_title = GNU idutils: ID database utilities
local-checks-to-skip = changelog-check strftime-check patch-check \
sc_prohibit_atoi_atof sc_changelog check-AUTHORS
old_NEWS_hash = f1968c68d6b8ed206f0e876abe1ffaf0
sc_tight_scope:
$(MAKE) -C src $@
include $(srcdir)/dist-check.mk
update-copyright-env = \
UPDATE_COPYRIGHT_USE_INTERVALS=1 \
UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
_hv_file = $(srcdir)/testsuite/help-version
|