X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=downloads.lisp;h=6509feea2391f630b54d2d69d032d1d7d969badc;hb=HEAD;hp=e7b58975f5ab22558c641dc4de2c43e93479174a;hpb=de07e23d506452837023fdd31964866cffe96ef1;p=lml2.git diff --git a/downloads.lisp b/downloads.lisp index e7b5897..6509fee 100644 --- a/downloads.lisp +++ b/downloads.lisp @@ -66,7 +66,7 @@ (defun display-footer (dl-data) (when (dl-data-signed dl-data) (lml-princ "

GPG Public Key

") - (lml-princ "Use this key to verify file signtatures")) + (lml-princ "Use this key to verify file signtatures")) (lml-princ "")) (defun print-sect-title (title dl-data) @@ -176,9 +176,10 @@ base))) (display-page pkg-name pkg-base dl-base dl-url giturl gitweb `(("Manual" ,doc-path) - ("Source Code" - (("Unix (.tar.gz)" ,tgz-path) - ("Windows (.zip)" ,zip-path))) + ,@(when (or (directory tgz-path) (directory zip-path)) + `(("Source Code" + (("Unix (.tar.gz)" ,tgz-path) + ("Windows (.zip)" ,zip-path))))) ("Binaries" (("Linux Binaries" ,linux-path) ("Linux .deb Packages" ,deb-path)