summaryrefslogtreecommitdiffstats
path: root/trunk/gnome2-accessibility-guide/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/gnome2-accessibility-guide/Makefile.am')
-rw-r--r--trunk/gnome2-accessibility-guide/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/trunk/gnome2-accessibility-guide/Makefile.am b/trunk/gnome2-accessibility-guide/Makefile.am
deleted file mode 100644
index ab543bc..0000000
--- a/trunk/gnome2-accessibility-guide/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-include $(top_srcdir)/gnome-doc-utils.make
-dist-hook: doc-dist-hook
-
-DOC_MODULE = gnome-access-guide
-DOC_ENTITIES = \
- accessintro.xml \
- preface.xml \
- sysadmin.xml \
- enable.xml \
- general.xml \
- low-vision.xml \
- mobility.xml \
- legal.xml
-
-DOC_LINGUAS = de el en_GB es fi fr it oc pt sv
-
-install-data-local: install-doc-pdf
-install-doc-pdf:
- for lc in C $(DOC_LINGUAS); do \
- pdf="$$lc/$(DOC_MODULE).pdf"; \
- if [ -f "$$pdf" ]; then spdf="$$pdf"; else spdf="$(srcdir)/$$pdf"; fi; \
- if [ -f "$$spdf" ]; then \
- $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$lc"; \
- $(INSTALL_DATA) "$$spdf" "$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$pdf"; \
- fi; \
- done
-