aboutsummaryrefslogtreecommitdiff
path: root/math/gnumeric2/files/patch-templates_autoformat_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric2/files/patch-templates_autoformat_Makefile.in')
-rw-r--r--math/gnumeric2/files/patch-templates_autoformat_Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/math/gnumeric2/files/patch-templates_autoformat_Makefile.in b/math/gnumeric2/files/patch-templates_autoformat_Makefile.in
deleted file mode 100644
index 4fe70cfdd407..000000000000
--- a/math/gnumeric2/files/patch-templates_autoformat_Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- templates/autoformat/Makefile.in.orig Mon Nov 1 23:52:27 2004
-+++ templates/autoformat/Makefile.in Mon Nov 1 23:53:49 2004
-@@ -464,13 +464,15 @@
- < $(srcdir)/$$cat.category.in \
- > $$dir/.category ; \
- for f in $(srcdir)/autoformat.$$cat.*.xml.in ; do \
-- echo " $${f/.*autoformat.$$cat./}" ; \
-+ f1=`echo $${f} | sed -e 's/.*autoformat.$$cat.//'`; \
-+ f2=`echo $${f} | sed -e 's/.xml.in/.xml/'`; \
-+ echo " $${f1}" ; \
- sed \
- -e 's/ _author *=/ author=/' \
- -e 's/ _name *=/ name=/' \
- -e 's/ _description *=/ description=/' \
- < $$f \
-- > $$dir/`basename $${f/.xml.in/.xml}` ; \
-+ > $$dir/`basename $${f2}` ; \
- done \
- done
-