aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-05-12 05:59:47 +0800
committernobody <nobody@localhost>1999-05-12 05:59:47 +0800
commite3dd3105891dc1fc1f65d31397d9f9aaf8ef2868 (patch)
tree9ee46a5ef674bdf62325cdb23bc745c6c14aab51 /Makefile.am
parent6f235e02f3ac099e25dbcd6f97e7fb905dc3b869 (diff)
downloadgsoc2013-evolution-e3dd3105891dc1fc1f65d31397d9f9aaf8ef2868.tar
gsoc2013-evolution-e3dd3105891dc1fc1f65d31397d9f9aaf8ef2868.tar.gz
gsoc2013-evolution-e3dd3105891dc1fc1f65d31397d9f9aaf8ef2868.tar.bz2
gsoc2013-evolution-e3dd3105891dc1fc1f65d31397d9f9aaf8ef2868.tar.lz
gsoc2013-evolution-e3dd3105891dc1fc1f65d31397d9f9aaf8ef2868.tar.xz
gsoc2013-evolution-e3dd3105891dc1fc1f65d31397d9f9aaf8ef2868.tar.zst
gsoc2013-evolution-e3dd3105891dc1fc1f65d31397d9f9aaf8ef2868.zip
This commit was manufactured by cvs2svn to create tagGNUMERIC_0_26
'GNUMERIC_0_26'. svn path=/tags/GNUMERIC_0_26/; revision=913
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 0958d2dcc2..0000000000
--- a/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-SUBDIRS = po macros camel
-
-
-
-dist-hook:
- for subdir in intl ; do \
- mkdir $(distdir)/$$subdir ; \
- cp -pr $(srcdir)/$$subdir $(distdir) ; \
- done