mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:03:47 +01:00
add AUTHORS file
This commit is contained in:
parent
98755c7c90
commit
53deb6d150
12
AUTHORS
Normal file
12
AUTHORS
Normal file
@ -0,0 +1,12 @@
|
||||
zathura is written by:
|
||||
|
||||
Moritz Lipp <mlq@pwmt.org>
|
||||
Sebastian Ramacher <s.ramacher@gmx.at>
|
||||
|
||||
Other contributors are (in alphabetical order):
|
||||
|
||||
Pavel Borzenkov <pavel.borzenkov@gmail.com>
|
||||
Ivan Sichmann Freitas <ivansichfreitas@gmail.com>
|
||||
int3 <jezreel@gmail.com>
|
||||
karottenreibe <k@rottenrei.be>
|
||||
Johannes Meng Johannes Meng <j@jmeng.de>
|
9
Makefile
9
Makefile
@ -78,14 +78,17 @@ tests: ${OBJECTS}
|
||||
|
||||
dist: clean
|
||||
$(QUIET)mkdir -p ${PROJECT}-${VERSION}
|
||||
$(QUIET)cp -R LICENSE Makefile config.mk common.mk README Doxyfile \
|
||||
${PROJECT}.1.rst ${PROJECT}rc.5.rst ${SOURCE} ${HEADER} ${PROJECT}.pc.in tests \
|
||||
$(QUIET)mkdir -p ${PROJECT}-${VERSION}/tests
|
||||
$(QUIET)cp LICENSE Makefile config.mk common.mk README AUTHORS Doxyfile \
|
||||
${PROJECT}.1.rst ${PROJECT}rc.5.rst ${SOURCE} ${HEADER} ${PROJECT}.pc.in \
|
||||
${PROJECT}-${VERSION}
|
||||
$(QUIET)cp Makefile config.mk tests/*.c \
|
||||
${PROJECT}-${VERSION}/tests
|
||||
$(QUIET)tar -cf ${PROJECT}-${VERSION}.tar ${PROJECT}-${VERSION}
|
||||
$(QUIET)gzip ${PROJECT}-${VERSION}.tar
|
||||
$(QUIET)rm -rf ${PROJECT}-${VERSION}
|
||||
|
||||
doc: clean
|
||||
doc:
|
||||
$(QUIET)doxygen Doxyfile
|
||||
|
||||
gcov: clean
|
||||
|
Loading…
Reference in New Issue
Block a user