summaryrefslogtreecommitdiff
path: root/kde/admin/Makefile.common
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2006-08-11 08:14:44 +0000
committercvs2git <cvs2git>2006-08-11 08:14:44 +0000
commit59383f512dcfc64841fcf064a6d4d9bf349b05e9 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /kde/admin/Makefile.common
parent433d460ab7b2836e10a904d0a7cff7b1d481d438 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_1_0_BETA_3'.v1.0-beta3
Diffstat (limited to 'kde/admin/Makefile.common')
-rw-r--r--kde/admin/Makefile.common37
1 files changed, 0 insertions, 37 deletions
diff --git a/kde/admin/Makefile.common b/kde/admin/Makefile.common
deleted file mode 100644
index d07b404..0000000
--- a/kde/admin/Makefile.common
+++ /dev/null
@@ -1,37 +0,0 @@
-### Makefile.common
-###
-### Copyright (C) 2002 by the KDE developers
-
-### All the real work is done by the shellscript cvs.sh
-
-SHELL=/bin/sh
-
-cvs dist configure configure.in configure.files subdirs package-messages package-merge Makefile.am acinclude.m4 extract-messages:
- @admindir=$(admindir); \
- if test "x$$admindir" = x; then \
- admindir=.; until test -f $$admindir/admin/cvs.sh; do \
- admindir=$$admindir/..; \
- if test `cd $$admindir && pwd` = / ; then break; fi; \
- done; \
- admindir=$$admindir/admin; \
- if test -f $$admindir/cvs.sh; then :; else \
- echo "Can't find the admin/ directory in any parent of the"; \
- echo "current directory. Please set it with admindir=..."; \
- exit 1; \
- fi; \
- fi; \
- if test "$@" = "package-merge"; then \
- MAKE="$(MAKE)" POFILES="$(POFILES)" PACKAGE="$(PACKAGE)" \
- $(SHELL) $$admindir/cvs.sh package-merge ;\
- else \
- MAKE="$(MAKE)" $(SHELL) $$admindir/cvs.sh $@ ;\
- fi
-
-configure.in: configure.files subdirs
-configure.files: subdirs
-
-svn: cvs
-
-.SILENT:
-
-.PHONY: svn cvs dist package-merge package-messages