X-Git-Url: https://git.distorted.org.uk/~mdw/xfonts-traditional/blobdiff_plain/a0ceefde775b5c73f4108f8c3a33d78cb2874a78..3f83ea0cf02da40a96b5d27f8fa38fbe2bda871c:/Makefile 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