mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +01:00
doc: Build man pages with the same date as the info files.
* doc/Makefile.am (yat2m-stamp): Use option --date. -- This changes allows reproducible builds. Debian-bug-id: 806494
This commit is contained in:
parent
75eb071354
commit
081c902f16
@ -108,8 +108,10 @@ mkdefsinc: mkdefsinc.c Makefile ../config.h
|
|||||||
yat2m-stamp: $(myman_sources) defs.inc
|
yat2m-stamp: $(myman_sources) defs.inc
|
||||||
@rm -f yat2m-stamp.tmp
|
@rm -f yat2m-stamp.tmp
|
||||||
@touch yat2m-stamp.tmp
|
@touch yat2m-stamp.tmp
|
||||||
|
incd="`test -f defsincdate || echo '$(srcdir)/'`defsincdate"; \
|
||||||
for file in $(myman_sources) ; do \
|
for file in $(myman_sources) ; do \
|
||||||
./yat2m $(YAT2M_OPTIONS) --store \
|
./yat2m $(YAT2M_OPTIONS) --store \
|
||||||
|
--date "`cat $$incd 2>/dev/null`" \
|
||||||
`test -f '$$file' || echo '$(srcdir)/'`$$file ; done
|
`test -f '$$file' || echo '$(srcdir)/'`$$file ; done
|
||||||
@mv -f yat2m-stamp.tmp $@
|
@mv -f yat2m-stamp.tmp $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user