summaryrefslogtreecommitdiffstats
path: root/trunk/gnome2-system-admin-guide/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/gnome2-system-admin-guide/Makefile.am')
-rw-r--r--trunk/gnome2-system-admin-guide/Makefile.am32
1 files changed, 0 insertions, 32 deletions
diff --git a/trunk/gnome2-system-admin-guide/Makefile.am b/trunk/gnome2-system-admin-guide/Makefile.am
deleted file mode 100644
index 05da5bf..0000000
--- a/trunk/gnome2-system-admin-guide/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-include $(top_srcdir)/gnome-doc-utils.make
-dist-hook: doc-dist-hook
-
-DOC_MODULE = system-admin-guide
-DOC_ENTITIES = \
- appendixa.xml \
- appendixb.xml \
- fontconfig.xml \
- gconf.xml \
- glossary.xml \
- help.xml \
- lockdown.xml \
- menustructure.xml \
- mimetypes.xml \
- performance.xml \
- screensavers.xml \
- sessions.xml \
- themes.xml \
- legal.xml
-
-DOC_LINGUAS = ca el es fi fr it ko oc pa 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