mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-13 07:43:46 +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
|
$(QUIET)make -C tests run
|
||||||
|
|
||||||
dist: clean build-manpages
|
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:
|
doc:
|
||||||
$(QUIET)make -C doc
|
$(QUIET)make -C doc
|
||||||
|
Loading…
Reference in New Issue
Block a user