X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=Makefile;h=1056107e3716ea28b814d179cd86ea96db78152b;hb=e704f64c8201aa7e47dff5f7d77a9c1cc1d6aeeb;hp=b914bd5ea994548ce92932b6e73d25d09870fe62;hpb=a0ceefde775b5c73f4108f8c3a33d78cb2874a78;p=xfonts-traditional.git diff --git a/Makefile b/Makefile index b914bd5..1056107 100644 --- a/Makefile +++ b/Makefile @@ -10,16 +10,19 @@ install=install -o 0 -g 0 default: all all: + mkdir -p rules/ ./mkrules $(utility).sedded $(install) -m755 -d $(DESTDIR)$(prefix)/{bin,share/{man/man8,$(package)/rules}} $(install) -m755 $(utility).sedded $(DESTDIR)$(prefix)/bin/$(utility) - $(install) -m755 $(utility).8 $(DESTDIR)$(prefix)/man/man8/. + $(install) -m755 $(utility).8 $(DESTDIR)$(prefix)/share/man/man8/. $(install) -m644 rules/* $(DESTDIR)$(prefix)/share/$(package)/rules/ clean: - rm -f rules/*.rules + rm -f rules/*.rules rules/foundries rules/foundries.new rm -f good/*.bdf bad/*.bdf + rm -f *~ $(utility).sedded