mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 21:44:20 +01:00
Prepend zathura-$(VERSION)/ in archive and add prebuilt man pages
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
f6073abcdc
commit
54457a5906
5
Makefile
5
Makefile
@ -151,7 +151,10 @@ test: ${OBJECTS}
|
||||
$(QUIET)make -C tests run
|
||||
|
||||
dist: clean build-manpages
|
||||
$(QUIET)tar -czf $(TARFILE) --exclude=.gitignore `git ls-files`
|
||||
$(QUIET)tar -czf $(TARFILE) --exclude=.gitignore \
|
||||
--transform 's,^,zathura-$(VERSION)/,' \
|
||||
`git ls-files` \
|
||||
doc/_build/$(PROJECT).1 doc/_build/$(PROJECT)rc.5
|
||||
|
||||
doc:
|
||||
$(QUIET)make -C doc
|
||||
|
Loading…
Reference in New Issue
Block a user