From 43795179c6b57e7f671f7471e53a0bf2fdcfad0d Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 11 Aug 2022 09:42:54 +0000 Subject: pkg/asset: use xz compression library Calling an external tool imposes multiple OS/version compatibility issues. --- vendor/github.com/ulikunitz/xz/make-docs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/github.com/ulikunitz/xz/make-docs (limited to 'vendor/github.com/ulikunitz/xz/make-docs') diff --git a/vendor/github.com/ulikunitz/xz/make-docs b/vendor/github.com/ulikunitz/xz/make-docs new file mode 100644 index 000000000..a8c612ce1 --- /dev/null +++ b/vendor/github.com/ulikunitz/xz/make-docs @@ -0,0 +1,5 @@ +#!/bin/sh + +set -x +pandoc -t html5 -f markdown -s --css=doc/md.css -o README.html README.md +pandoc -t html5 -f markdown -s --css=doc/md.css -o TODO.html TODO.md -- cgit mrf-deployment