guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#70169] [PATCH v2 11/12] maint: Reset CreationDate metadata on gener


From: pelzflorian (Florian Pelz)
Subject: [bug#70169] [PATCH v2 11/12] maint: Reset CreationDate metadata on generated PDFs.
Date: Sun, 07 Apr 2024 19:16:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Janneke Nieuwenhuizen <janneke@gnu.org> writes:
> diff --git a/doc/local.mk b/doc/local.mk
> index a0d94614d3..25741a5c88 100644
> --- a/doc/local.mk
> +++ b/doc/local.mk
> @@ -148,7 +148,11 @@ DOT_OPTIONS =                                    \
>       $(AM_V_at)mv "$(srcdir)/$@.tmp" "$(srcdir)/$@"
>  
>  .dot.pdf:
> -     $(AM_V_DOT)$(DOT) -Tpdf $(DOT_OPTIONS) < "$<" > "$(srcdir)/$@.tmp"
> +     export TZ=UTC0;                                                         
> \
> +         $(AM_V_DOT)$(DOT) -Tpdf $(DOT_OPTIONS) < "$<" > "$(srcdir)/$@.tmp"

I see a non-fatal message here that

    @echo "  DOT     " doc/images/bootstrap-graph.pdf;/bin/sh 
'/home/florian/src/guix/test70169/build-aux/missing' dot -Tpdf -Gratio=.9 
-Gnodesep=.005 -Granksep=.00005 -Nfontsize=9 -Nheight=.1 -Nwidth=.1 < 
"doc/images/bootstrap-graph.dot" > "./doc/images/bootstrap-graph.pdf.tmp"
/bin/sh: line 2: @echo: command not found

Perhaps AM_V_DOT cannot be used after export TZ=UTC0;?


> +     $(AM_V_at)sed -ri                                               \
> +         -e 's,(/CreationDate [(]D:)[0-9+]{14},\119700101000000,'    \
> +             "$(srcdir)/$@.tmp"
>       $(AM_V_at)mv "$(srcdir)/$@.tmp" "$(srcdir)/$@"
>  
>  .dot.eps:

Regards,
Florian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]