]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
use $shell()
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Nov 2013 10:50:20 +0000 (11:50 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Nov 2013 10:52:56 +0000 (11:52 +0100)
doc/manpages/Makefile.am

index 6c3edd4d6d94a8547e5424c123b57b0606456aa0..32131aef8170542bdf6d9567f4b8636d39894479 100644 (file)
@@ -965,7 +965,7 @@ dist_man_MANS += $(APIMANS)
 
 $(APIMANS): stamp_mans
 
-YEAR=`date +%Y`
+YEAR=$(shell date +%Y)
 
 compare-makefile:
        FUNCS=`cat $(top_srcdir)/lib/includes/gnutls/*.h | $(top_srcdir)/doc/scripts/getfuncs.pl|sort -d`; \