mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 11:55:59 +01:00
Update dest target
This commit is contained in:
parent
55c175b1e0
commit
3f543f42bd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -79,7 +79,7 @@ tests: ${OBJECTS}
|
|||
dist: clean
|
||||
$(QUIET)mkdir -p ${PROJECT}-${VERSION}
|
||||
$(QUIET)cp -R LICENSE Makefile config.mk common.mk README Doxyfile \
|
||||
${PROJECT}.1 ${SOURCE} ${HEADER} ${PROJECT}.pc.in tests \
|
||||
${PROJECT}.1.rst ${SOURCE} ${HEADER} ${PROJECT}.pc.in tests \
|
||||
${PROJECT}-${VERSION}
|
||||
$(QUIET)tar -cf ${PROJECT}-${VERSION}.tar ${PROJECT}-${VERSION}
|
||||
$(QUIET)gzip ${PROJECT}-${VERSION}.tar
|
||||
|
|
Loading…
Reference in a new issue