unifont-7.0.04.tar.gz
[unifont.git] / man / Makefile
index 3255e7a2f83689666013f0226699af61fcec6790..2f586548ef8cdbd347f85f7514b408e504975772 100644 (file)
@@ -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