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:
authorCaius Chance <cchance@redhat.com>2008-05-02 05:43:48 +0400
committerCaius Chance <cchance@redhat.com>2008-05-02 05:43:48 +0400
commitf1822865cba0d06f48673dd4efd9e41a077f4bda (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Makefile
parentdd838a7227f5635a85ddee4f5b6c9af98d808eac (diff)
- Removed unused repo files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 86cf87f..0000000
--- a/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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 {} \;