diff options
Diffstat (limited to '')
-rw-r--r-- | src/xyz/euandreh/docs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/docs.scm b/src/xyz/euandreh/docs.scm index e181d48..9ef3c75 100644 --- a/src/xyz/euandreh/docs.scm +++ b/src/xyz/euandreh/docs.scm @@ -55,7 +55,7 @@ documenting the specification.") (out (assoc-ref %outputs "out")) (man (string-append out "/share/man/man7rfc/"))) (setenv "PATH" (string-append (assoc-ref %build-inputs "gzip") "/bin")) - (invoke tar "-xvf" source "rfc1111.txt" "rfc2222.txt" "rfc3333.json") + (invoke tar "-xvf" source) (mkdir-p man) (define (rename-extension s) (string-replace-substring s ".txt" ".7rfc")) |