Skip to content
Snippets Groups Projects
Commit 8c6a4590 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Add "make dist"

parent df4e9176
No related branches found
No related tags found
No related merge requests found
......@@ -57,9 +57,17 @@ uninstall:
rm -rf ${font_dir}
rm -rf ${image_dir}
dist:
mkdir /tmp/feh-${VERSION}
git --work-tree=/tmp/feh-${VERSION} checkout -f
sed -i 's/^VERSION ?= .*$$/VERSION ?= ${VERSION}/' \
/tmp/feh-${VERSION}/config.mk
tar -C /tmp -cjf ../feh-${VERSION}.tar.bz2 feh-${VERSION}
rm -r /tmp/feh-${VERSION}
clean:
@${MAKE} -C src clean
@${MAKE} -C man clean
.PHONY: all test test-x11 install uninstall clean install-man install-doc \
install-bin install-font install-img
install-bin install-font install-img dist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment