Skip to content
Snippets Groups Projects
Commit c25d9bee authored by Maximilian Schleiss's avatar Maximilian Schleiss
Browse files

Translations updates - ca es ja

(Old svn revision: 29184)
parent 31abd22e
No related branches found
No related tags found
No related merge requests found
Showing
with 1053 additions and 5 deletions
# $Id$
SUBDIRS = \
C \
es \
......@@ -9,14 +7,13 @@ SUBDIRS = \
nl \
pl \
ru \
tr \
zh_TW
cssdir = $(datadir)/doc/Thunar/html
css_DATA = \
thunar.css
EXTRA_DIST = \
EXTRA_DIST = \
$(css_DATA) \
thunar.xsl
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
SUBDIRS = \
images
TARGET_DIR = $(datadir)/doc/Thunar/html/tr
STYLESHEET = ../thunar.xsl
DOCUMENT = Thunar.xml
# We set GPATH here; this gives us semantics for GNU make
# which are more like other make's VPATH, when it comes to
# whether a source that is a target of one rule is then
# searched for in VPATH/GPATH.
GPATH = $(srcdir)
DOC_STAMPS = html-build.stamp
EXTRA_DIST = $(DOCUMENT)
CLEANFILES = $(DOC_STAMPS)
if ENABLE_XSLTPROC
all-local: html-build.stamp
html-build.stamp: $(srcdir)/$(DOCUMENT) $(srcdir)/$(STYLESHEET)
@echo "*** Building HTML ***"
@-chmod -R u+w $(srcdir)
rm -rf $(srcdir)/html
mkdir $(srcdir)/html
$(XSLTPROC) --nonet -o $(srcdir)/html/ $(srcdir)/$(STYLESHEET) \
$(srcdir)/$(DOCUMENT)
touch html-build.stamp
else
all-local:
endif
maintainer-clean-local: clean
(cd $(srcdir) && rm -rf html)
install-data-local:
installfiles=`echo $(srcdir)/html/*`; \
if test "$$installfiles" = '$(srcdir)/html/*'; then \
echo "--- Nothing to install"; \
else \
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
for file in $$installfiles; do \
echo "--- Installing "$$file; \
$(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR); \
done; \
fi
uninstall-local:
rm -rf $(DESTDIR)$(TARGET_DIR)/*
if ENABLE_XSLTPROC
dist-check-xsltproc: all
else
dist-check-xsltproc:
@echo "*** xsltproc must be installed and enabled in order to make dist"
@false
endif
dist-hook: dist-check-xsltproc dist-hook-local
mkdir $(distdir)/html
-cp $(srcdir)/html/* $(distdir)/html
.PHONY: dist-hook-local
This diff is collapsed.
imagesdir = $(datadir)/doc/Thunar/html/tr/images
images_DATA = \
bulk-rename.png \
file-manager-window.png \
file-properties.png \
preferences-advanced.png \
preferences-behavior.png \
preferences-side-pane.png \
preferences-views.png \
removable-drives-and-media.png \
removable-media-unmount.png \
sendto-menu.png \
visible-columns.png
EXTRA_DIST = \
$(images_DATA)
docs/manual/tr/images/bulk-rename.png

59.5 KiB

docs/manual/tr/images/file-manager-window.png

87.2 KiB

docs/manual/tr/images/file-properties.png

35.9 KiB

docs/manual/tr/images/preferences-advanced.png

43 KiB

docs/manual/tr/images/preferences-behavior.png

37.8 KiB

docs/manual/tr/images/preferences-side-pane.png

33.7 KiB

docs/manual/tr/images/preferences-views.png

33.6 KiB

docs/manual/tr/images/removable-drives-and-media.png

66.7 KiB

docs/manual/tr/images/removable-media-unmount.png

8.08 KiB

docs/manual/tr/images/sendto-menu.png

60.3 KiB

docs/manual/tr/images/visible-columns.png

53.5 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment