Makefile #1

  • //
  • guest/
  • jen_bottom/
  • vagrant/
  • ldap/
  • ldap-vagrant/
  • avatars/
  • Makefile
  • View
  • Commits
  • Open Download .zip Download (322 B)
export:
	@# see https://inkscape.org/en/doc/inkscape-man.html
	rm -f avatar-*.{png,jpg}
	for i in `seq 0 7`; do \
		inkscape avatars.svg --without-gui --export-id=avatar-$$i --export-png=avatar-$$i-tmp.png && \
		gm convert avatar-$$i-tmp.png -shave 3x3 avatar-$$i.jpg && \
		rm avatar-$$i-tmp.png; \
	done

.PHONY: export
# Change User Description Committed
#1 25614 Jen Bottom Integrating changes to LDAP setup from dev to main