Skip to content
Snippets Groups Projects
Commit d3364683 authored by Jannis Pohlmann's avatar Jannis Pohlmann
Browse files

Clean up the docs directory, as proposed in the previous commit.

parent 57c4fd48
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 2649 deletions
# $Id$
SUBDIRS = \
images
TARGET_DIR = $(datadir)/doc/Thunar/html/C
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
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
SUBDIRS = \
images
TARGET_DIR = $(datadir)/doc/Thunar/html/da
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/da/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/da/images/bulk-rename.png

59.5 KiB

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

87.2 KiB

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

35.9 KiB

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

43 KiB

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

37.8 KiB

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

33.7 KiB

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

33.6 KiB

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

66.7 KiB

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

8.08 KiB

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

60.3 KiB

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

53.5 KiB

# $Id$
SUBDIRS = \
images
TARGET_DIR = $(datadir)/doc/Thunar/html/es
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
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
This diff is collapsed.
# $Id$
imagesdir = $(datadir)/doc/Thunar/html/es/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)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
docs/manual/es/images/bulk-rename.png

59.5 KiB

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

87.2 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