Don't include timestamps in doc to make build binary reproducible
authorChristoph Berg <myon@debian.org>
Fri, 7 Jun 2019 16:27:29 +0000 (18:27 +0200)
committerChristoph Berg <myon@debian.org>
Fri, 7 Jun 2019 16:27:29 +0000 (18:27 +0200)
doc/adminguide/stylesheet.dsl

index 87482922e6a4581e7b87c3ce31c450c6328b2155..d0947144de19a6562a093647aa20a2ec475ee57d 100644 (file)
       (make empty-element gi: "HR")
       (empty-sosofo)))
 
-;; Add character encoding and time of creation into HTML header
+;; Add character encoding into HTML header
 (define %html-header-tags% 
   (list (list "META" '("HTTP-EQUIV" "Content-Type") '("CONTENT" "text/html; charset=ISO-8859-1"))
-       (list "META" '("NAME" "creation") (list "CONTENT" (time->string (time) #t)))))
+       ))
 
 ;; Create an index
 (define html-index #t)