aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/fonts.src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/fonts.src/makefile')
-rw-r--r--xorg-server/fonts.src/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/xorg-server/fonts.src/makefile b/xorg-server/fonts.src/makefile
new file mode 100644
index 000000000..3d00b2006
--- /dev/null
+++ b/xorg-server/fonts.src/makefile
@@ -0,0 +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 $< $@