Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/liberationfonts/liberation-fonts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtogami <wtogami>2007-05-15 19:53:41 +0400
committerwtogami <wtogami>2007-05-15 19:53:41 +0400
commit90425db119eb3e7e66641857489040c87b7e7999 (patch)
tree28b891bb328eb84b6f50636d4377e9ae69fcec90 /Makefile
Setup of module liberation-fonts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..86cf87f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+# Top level Makefile for module liberation-fonts
+all : CVS/Root common-update
+ @cvs update
+
+common-update : common
+ @cd common && cvs update
+
+common : CVS/Root
+ @cvs checkout common
+
+CVS/Root :
+ @echo "ERROR: This does not look like a CVS checkout" && exit 1
+
+clean :
+ @find . -type f -name *~ -exec rm -fv {} \;