kbd/kbd-1.12-resizecon-man.patch
2006-03-27 14:57:05 +00:00

21 lines
544 B
Diff

Patch by Keiichi Mori <kmori@redhat.com>.
--- kbd-1.12/man/Makefile.orig 2002-10-12 07:12:53.000000000 +0900
+++ kbd-1.12/man/Makefile 2006-03-27 09:17:54.000000000 +0900
@@ -1,3 +1,5 @@
+include ../make_include
+
# Generated files
GEN1=man1/dumpkeys.1 man1/loadkeys.1
GEN8=man8/setfont.8 man8/loadunimap.8 man8/mapscrn.8
@@ -8,6 +10,9 @@
install -m 644 $$i/*.[0-9] $(MANDIR)/$$i; \
done
rm -f $(MANDIR)/man5/keytables.5
+ if [ $(ARCH) != i386 ]; then \
+ rm -f $(MANDIR)/man8/resizecons.8; \
+ fi
clean:
rm -f $(GEN1) $(GEN8)