X-Git-Url: http://git.shiar.nl/unifont.git/blobdiff_plain/119a78c606ce7e90f07f84f5307628fd5a0837f7..be1a7f89ff3e6581be4603fcf639164e25d61ee9:/man/Makefile diff --git a/man/Makefile b/man/Makefile index 3255e7a..2f58654 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,9 +1,12 @@ +SHELL = /bin/sh + MAN1PAGES = bdfimplode.1 hex2bdf.1 hex2sfd.1 \ - hexbraille.1 hexdraw.1 hexmerge.1 johab2ucs2.1 \ + hexbraille.1 hexdraw.1 hexmerge.1 hexkinya.1 johab2ucs2.1 \ unibdf2hex.1 unibmp2hex.1 unicoverage.1 unidup.1 \ - unifontpic.1 unifontchojung.1 unifontksx.1 unigencircles.1 \ - unigenwidth.1 unihexgen.1 unihex2bmp.1 unipagecount.1 + unifontpic.1 unifontchojung.1 unifontksx.1 unifont-viewer.1 \ + unigencircles.1 unigenwidth.1 unihex2bmp.1 unihex2png.1 unihexgen.1 \ + unihexfill.1 unipagecount.1 unipng2hex.1 MAN5PAGES = unifont.5 @@ -48,7 +51,8 @@ install: $(MANPAGES) done clean: + \rm -f *~ -distclean: +distclean: clean .PHONY: all install clean distclean