mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
added systemd unit, added last-dist in Makefile, changed logs and pid dirs for debian packages
This commit is contained in:
parent
ef3030abe5
commit
3d0818ec53
13 changed files with 57 additions and 14 deletions
5
Makefile
5
Makefile
|
@ -89,10 +89,15 @@ strip: $(I2PD) $(SHLIB_CLIENT) $(SHLIB)
|
|||
strip $^
|
||||
|
||||
LATEST_TAG=$(shell git describe --tags --abbrev=0 openssl)
|
||||
BRANCH=$(shell git branch --no-color | cut -c 3-)
|
||||
dist:
|
||||
git archive --format=tar.gz -9 --worktree-attributes \
|
||||
--prefix=i2pd_$(LATEST_TAG)/ $(LATEST_TAG) -o i2pd_$(LATEST_TAG).tar.gz
|
||||
|
||||
last-dist:
|
||||
git archive --format=tar.gz -9 --worktree-attributes \
|
||||
--prefix=i2pd_$(LATEST_TAG)/ $(BRANCH) -o ../i2pd_$(LATEST_TAG).orig.tar.gz
|
||||
|
||||
doxygen:
|
||||
doxygen -s docs/Doxyfile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue