summaryrefslogtreecommitdiffstats
path: root/fonts/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-09 19:09:54 +0000
committerErik Troan <ewt@redhat.com>2000-05-09 19:09:54 +0000
commit9d0fd87f2d3c684ad548f97cb82238c076682260 (patch)
treeb67d87c57021a83f063a4b9d37f6c416b5ca8c24 /fonts/Makefile
parent903ced836c5af3d00fbba0903e525f5253738fe8 (diff)
downloadanaconda-9d0fd87f2d3c684ad548f97cb82238c076682260.tar.gz
anaconda-9d0fd87f2d3c684ad548f97cb82238c076682260.tar.xz
anaconda-9d0fd87f2d3c684ad548f97cb82238c076682260.zip
*** empty log message ***
Diffstat (limited to 'fonts/Makefile')
-rw-r--r--fonts/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/Makefile b/fonts/Makefile
new file mode 100644
index 000000000..a2c0d9d56
--- /dev/null
+++ b/fonts/Makefile
@@ -0,0 +1,17 @@
+include ../Makefile.inc
+
+all:
+
+depend:
+
+install:
+ install -m 644 fonts-$(ARCH) $(DESTDIR)/$(RUNTIMEDIR)
+
+clean:
+
+i386:
+ ./updfonts i386
+
+alpha:
+ ./updfonts alpha
+