6 Commits

Author SHA1 Message Date
contact
2c0f43286d build: don't clobber config file
Use `test -f` instead of `cp -n`, because the former is POSIX.

References: https://github.com/emersion/soju/pull/32

git-svn-id: file:///srv/svn/repo/suika/trunk@613 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2021-10-08 07:11:31 +00:00
hubert
06ce9f24b6 Don't build soju when calling "make install"
Otherwise soju would be rebuilt as the user who runs "make install"
(typically root).

git-svn-id: file:///srv/svn/repo/suika/trunk@530 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2021-05-25 14:31:06 +00:00
yyp
21a44ff840 Makefile: mark soju and sojuctl as .PHONY
Otherwise running `make` didn't do anything on a non-clean state. Go
deals with changed files automatically, and there's no real need to
explicitly specify them.

git-svn-id: file:///srv/svn/repo/suika/trunk@510 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2021-04-27 17:06:16 +00:00
contact
3922196855 Add default configuration file
git-svn-id: file:///srv/svn/repo/suika/trunk@506 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2021-04-21 14:39:51 +00:00
contact
2e6e091858 Move man page to doc/
git-svn-id: file:///srv/svn/repo/suika/trunk@169 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2020-03-27 18:23:41 +00:00
contact
af3a4050ee Add basic Makefile
git-svn-id: file:///srv/svn/repo/suika/trunk@126 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2020-03-19 14:11:43 +00:00