summaryrefslogtreecommitdiffstats
path: root/gnome2-user-guide/hu/Makefile.am
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2006-02-19 02:03:52 +0000
committerShaun McCance <shaunm@src.gnome.org>2006-02-19 02:03:52 +0000
commit612b2437fbc5d1c349cd40df43f99c049b9a3233 (patch)
tree65dcb8ecd9953cbee6d93ad0e9c75b93e8c0b43b /gnome2-user-guide/hu/Makefile.am
parent2a51d95953974af30e288e245d10ff38c476e376 (diff)
downloadgnome-user-docs-612b2437fbc5d1c349cd40df43f99c049b9a3233.tar.gz
gnome-user-docs-612b2437fbc5d1c349cd40df43f99c049b9a3233.tar.xz
gnome-user-docs-612b2437fbc5d1c349cd40df43f99c049b9a3233.zip
gnome2-accessibility-guide/ gnome2-system-admin-guide/ gnome2-user-guide/
* gnome2-accessibility-guide/ * gnome2-system-admin-guide/ * gnome2-user-guide/ - Removed old translations and OMF files
Diffstat (limited to 'gnome2-user-guide/hu/Makefile.am')
-rw-r--r--gnome2-user-guide/hu/Makefile.am33
1 files changed, 0 insertions, 33 deletions
diff --git a/gnome2-user-guide/hu/Makefile.am b/gnome2-user-guide/hu/Makefile.am
deleted file mode 100644
index e027745..0000000
--- a/gnome2-user-guide/hu/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-figdir = figures
-docname = user-guide
-lang = hu
-extraomf = gosbasic-hu.omf goscustaccess-hu.omf goscustdesk-hu.omf goscustlookandfeel-hu.omf gosdeskback-hu.omf goseditmainmenu-hu.omf gosmetacity-hu.omf gosnautilus-hu.omf gosoverview-hu.omf gospanel-hu.omf gosstartsession-hu.omf
-omffile = user-guide-hu.omf
-entities = legal.xml front.xml gosbasic.xml goscustaccess.xml goscustdesk.xml goscustlookandfeel.xml gosdeskback.xml goseditmainmenu.xml gosmetacity.xml gosnautilus.xml gosoverview.xml gospanel.xml gosstartsession.xml part1.xml part2.xml wgoscustdesk.xml wgoscustlookandfeel.xml wgosnautilus.xml wgospanel.xml glossary.xml wgosbasic.xml wgosmetacity.xml wgosoverview.xml wgoseditmainmenu.xml wgoscustaccess.xml wgosdeskback.xml wgosstartsession.xml
-include $(top_srcdir)/xmldocs.make
-omf_dest_dir=$(datadir)/omf/$(docname)
-#
-# This is copy-paste from ../../omf.make and changed to actually
-# do something sensible in this instance
-#
-omf_timestamp: $(omffile)
- -for file in $(omffile); do \
- scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
- done
- -for file in $(extraomf); do \
- scrollkeeper-preinstall $(docdir)/w`echo $$file | cut -f1 -d -`.xml $(srcdir)/$$file $$file.out; \
- done
- touch omf_timestamp
-#
-# Oh, and this one aswell - they need to get installed. omf.make is so primitive 8-(
-#
-install-data-hook-omf:
- $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
- for file in $(extraomf); do \
- $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
- done
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
-
-dist-hook: app-dist-hook
-
-EXTRA_DIST += $(extraomf)