diff options
Diffstat (limited to 'xorg-server/fonts.src/makefile')
-rw-r--r-- | xorg-server/fonts.src/makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg-server/fonts.src/makefile b/xorg-server/fonts.src/makefile index 47c583893..3d00b2006 100644 --- a/xorg-server/fonts.src/makefile +++ b/xorg-server/fonts.src/makefile @@ -1 +1,8 @@ SUBDIRS=font-util 75dpi 100dpi cyrillic encodings misc OTF Speedo TTF Type1 terminus-font + +DESTDIR=$(MHMAKECONF)\xorg-server\fonts + +all: $(DESTDIR)\fonts.conf + +$(DESTDIR)\fonts.conf: fonts.conf + copy $< $@ |