summaryrefslogtreecommitdiffstats
path: root/kapptemplate/Makefile.cvs
diff options
context:
space:
mode:
Diffstat (limited to 'kapptemplate/Makefile.cvs')
-rw-r--r--kapptemplate/Makefile.cvs12
1 files changed, 12 insertions, 0 deletions
diff --git a/kapptemplate/Makefile.cvs b/kapptemplate/Makefile.cvs
new file mode 100644
index 00000000..2d5db15f
--- /dev/null
+++ b/kapptemplate/Makefile.cvs
@@ -0,0 +1,12 @@
+all:
+ @echo "Copying over the admin directory"; \
+ for file in admin/*; do \
+ if [ -f $$file -a $$file != 'admin/Makefile.am' -a $$file != 'admin/Makefile.in' ]; then \
+ /bin/rm -f $$file; \
+ fi \
+ done
+ @for file in ../admin/*; do \
+ if [ -f $$file ]; then \
+ cp -p $$file admin/; \
+ fi \
+ done