aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorHector Garcia <hectorg@src.gnome.org>2001-03-14 00:11:28 +0800
committerHector Garcia <hectorg@src.gnome.org>2001-03-14 00:11:28 +0800
commit43c6731edc5bcb9087e3588c3b940876c990cba7 (patch)
tree81a40b86b32eecda2458378273dc654fffbfa5c6 /help
parent88c31b91a56ee9310d483a93d8b88d695aa8edd1 (diff)
downloadgsoc2013-evolution-43c6731edc5bcb9087e3588c3b940876c990cba7.tar
gsoc2013-evolution-43c6731edc5bcb9087e3588c3b940876c990cba7.tar.gz
gsoc2013-evolution-43c6731edc5bcb9087e3588c3b940876c990cba7.tar.bz2
gsoc2013-evolution-43c6731edc5bcb9087e3588c3b940876c990cba7.tar.lz
gsoc2013-evolution-43c6731edc5bcb9087e3588c3b940876c990cba7.tar.xz
gsoc2013-evolution-43c6731edc5bcb9087e3588c3b940876c990cba7.tar.zst
gsoc2013-evolution-43c6731edc5bcb9087e3588c3b940876c990cba7.zip
Deleting some files that should not have been added in the first place
svn path=/trunk/; revision=8672
Diffstat (limited to 'help')
-rw-r--r--help/es.po/messagesbin1604 -> 0 bytes
-rw-r--r--help/es/Makefile.am59
2 files changed, 0 insertions, 59 deletions
diff --git a/help/es.po/messages b/help/es.po/messages
deleted file mode 100644
index 500f3ba401..0000000000
--- a/help/es.po/messages
+++ /dev/null
Binary files differ
diff --git a/help/es/Makefile.am b/help/es/Makefile.am
deleted file mode 100644
index 15f1e047b6..0000000000
--- a/help/es/Makefile.am
+++ /dev/null
@@ -1,59 +0,0 @@
-evolution_helpdir = $(datadir)/gnome/help/evolution/C
-
-SGML_FILES = \
- apx-authors.sgml \
- apx-bugs.sgml \
- apx-fdl.sgml \
- apx-gloss.sgml \
- config-prefs.sgml \
- config-setupassist.sgml \
- config-sync.sgml \
- evolution-guide.sgml \
- preface.sgml \
- usage-calendar.sgml \
- usage-contact.sgml \
- usage-mail.sgml \
- usage-mainwindow.sgml \
- usage-sync.sgml
-
-
-EXTRA_DIST = \
- $(SGML_FILES)
-
-all: evolution-guide
-
-evolution-guide: $(SGML_FILES)
- -db2html evolution-guide.sgml
-
-dist-hook:
- mkdir $(distdir)/evolution-guide
- -cp evolution-guide/*.html evolution-guide/*.css $(distdir)/evolution-guide
- mkdir $(distdir)/fig
- -cp fig/*.png $(distdir)/fig
- mkdir $(distdir)/evolution-guide/stylesheet-images
- -cp evolution-guide/stylesheet-images/* $(distdir)/evolution-guide/stylesheet-images
-
-install-data-local: evolution-guide
- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)
- -for file in $(srcdir)/evolution-guide/*.html $(srcdir)/evolution-guide/*.css; do \
- basefile=`basename $$file`; \
- $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/$$basefile; \
- done
-
- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/fig
- -for file in $(srcdir)/fig/*.png; do \
- basefile=`basename $$file`; \
- $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/fig/$$basefile; \
- done
-
- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/stylesheet-images
- -for file in $(srcdir)/evolution-guide/stylesheet-images/*; do \
- basefile=`basename $$file`; \
- $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/stylesheet-images/$$basefile; \
- done
-
-evolution.ps: evolution.sgml
- -db2ps $<
-
-evolution.rtf: evolution.sgml
- -db2rtf $<