There was a small bug with the install script around the man pages for me on a fresh openSuse Tumbleweed install.
/usr/local/share/man/man1 did not exist. Specifically, /usr/local/share/man did not exist, so I had to manually mkdir it first, and re-run the installer, which only checked for the existence of man1 and created that one if missing. I think it should check for /man also, and create that one too if missing. On Sunday, 25 February 2018 18:07:16 UTC-8, Alex Miller wrote: > > New releases of tools.deps.alpha and the Clojure tools (clj, clojure) are > now available. > > clj 1.9.0.348 updates: > > - Added -Scp option to skip computing a classpath and use the provided one > - Added -Sdescribe to output config env and parsed arg info as data > - Added --prefix to linux-install.sh (INST-9) > - Added man pages to installation (INST-18) > - Fix uberjar construction to avoid overlap of file and directory with > same name > - Add missing license file > > tools.deps.alpha 0.5.398 updates: > > - Refactoring and API updates > - tools.deps.alpha - now requires all included extensions > - tools.deps.alpha - added missing docstrings > - tools.deps.alpha/lib-location - finds the file path location of lib if > it were downloaded > - tools.deps.alpha.reader/clojure-env - added call to shell out to call > `clojure` to grab outer env > - tools.deps.alpha.script.make_classpath - refactored to expose more > resuable parts > - Improve error if cache dir can't be created > - Updated Maven-related deps > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
