aboutsummaryrefslogtreecommitdiff
path: root/rpkid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/Makefile')
-rw-r--r--rpkid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/Makefile b/rpkid/Makefile
index 989b1ac4..a7b6faa0 100644
--- a/rpkid/Makefile
+++ b/rpkid/Makefile
@@ -55,7 +55,7 @@ TWEAKHTML := xsltproc --html tweak-doc.xsl
HTML2TEXT := lynx -dump -nolist -force_html /dev/stdin
dox doxygen:
- cd rpki && doxygen
+ cd rpki && TZ='' doxygen
${TWEAKHTML} rpki/html/Installation.html | ${HTML2TEXT} >INSTALLATION
${TWEAKHTML} rpki/html/Operation.html | ${HTML2TEXT} >OPERATION