X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile;h=9320b0f6c4025960666237c485c3bfc4f3e86251;hb=6c72cc8ce61c02978073db629948400ba594cbab;hp=d0c91a2e390bbdf6b3d711168388958e9ede5956;hpb=85112632cec4d792fe298834b0d8ea9d38256135;p=hachu.git diff --git a/Makefile b/Makefile index d0c91a2..9320b0f 100644 --- a/Makefile +++ b/Makefile @@ -27,16 +27,13 @@ install: ${ALL} ${srcdir}/svg/* cp -u ${srcdir}/hachu.eng $(DESTDIR)/usr/share/games/plugins/xboard hachu.6.gz: hachu.pod - pod2man -s 6 hachu.pod > hachu.man - cp hachu.man hachu.6 - rm -f hachu.6.gz - gzip hachu.6 + pod2man -s 6 hachu.pod | gzip -9n > hachu.6.gz clean: rm -f ${ALL} dist-clean: - rm -f ${ALL} *~ chu/*~ *.man md5sums + rm -f ${ALL} *~ chu/*~ md5sums dist: install -d -m0755 HaChu