summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 11:31:29 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 11:31:29 -0500
commitbb38174830f19f989335b067b76c6ce82440f4dd (patch)
tree5beadb9e1b7f2eab5ddfee36b502cbcc0bf02a93
parentf54d0b97cb3696a6949e43336511457f07824c6c (diff)
downloadknights-bb381748.tar.gz
knights-bb381748.zip
Fix errors about non-existent docbook files and delete Makefile.in.backup.
-rw-r--r--doc/Makefile.am64
-rw-r--r--doc/Makefile.in.backup533
2 files changed, 2 insertions, 595 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a2f6526..411115c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,7 @@
####### tdevelop will overwrite this part!!! (begin)##########
-EXTRA_DIST = help_en.docbook help_fr.docbook
+EXTRA_DIST = help_en.docbook help_fr.docbook
####### tdevelop will overwrite this part!!! (end)############
@@ -9,7 +9,7 @@ MAINTAINERCLEANFILES = ./*.html
CLEANFILES = core *~ .deps/* doc/*~ *.orig changes.docbook
DISTCLEANFILES = Makefile.in Makefile
-LANGUAGES = en fr de et it fi es ru
+LANGUAGES = en fr
SUFFIXES = .docbook .po .pot
SGMLDIR=$(kde_datadir)/ksgmltools2
DOCDIR = $(DESTDIR)${kde_htmldir}
@@ -33,66 +33,6 @@ help_fr.docbook: help_en.docbook help_en.pot
sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ French\ /g \
> help_fr.docbook
-help_de.po: help_en.pot
- $(MSGMERGE) -o help_de.po help_de.po help_en.pot
-
-help_de.docbook: help_en.docbook help_en.pot
- ${MAKE} help_de.po
- @echo "converting german help"
- @ $(PO2XML) help_en.docbook help_de.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ German\ /g \
- > help_de.docbook
-
-help_et.po: help_en.pot
- $(MSGMERGE) -o help_et.po help_et.po help_en.pot
-
-help_et.docbook: help_en.docbook help_en.pot
- ${MAKE} help_et.po
- @echo "converting estonian help"
- @ $(PO2XML) help_en.docbook help_et.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ Estonian\ /g \
- > help_de.docbook
-
-help_it.po: help_en.pot
- $(MSGMERGE) -o help_it.po help_it.po help_en.pot
-
-help_it.docbook: help_en.docbook help_en.pot
- ${MAKE} help_it.po
- @echo "converting italian help"
- @ $(PO2XML) help_en.docbook help_it.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ Italian\ /g \
- > help_it.docbook
-
-help_fi.po: help_en.pot
- $(MSGMERGE) -o help_fi.po help_fi.po help_en.pot
-
-help_fi.docbook: help_en.docbook help_en.pot
- ${MAKE} help_fi.po
- @echo "converting finnish help"
- @ $(PO2XML) help_en.docbook help_fi.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ Finnish\ /g \
- > help_fi.docbook
-
-help_es.po: help_en.pot
- $(MSGMERGE) -o help_es.po help_es.po help_en.pot
-
-help_es.docbook: help_en.docbook help_en.pot
- ${MAKE} help_es.po
- @echo "converting spanish help"
- @ $(PO2XML) help_en.docbook help_es.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ Spanish\ /g \
- > help_es.docbook
-
-help_ru.po: help_en.pot
- $(MSGMERGE) -o help_ru.po help_ru.po help_en.pot
-
-help_ru.docbook: help_en.docbook help_en.pot
- ${MAKE} help_ru.po
- @echo "converting russian help"
- @ $(PO2XML) help_en.docbook help_ru.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ Russian\ /g \
- > help_ru.docbook
-
# --- ---
install-data-local:
diff --git a/doc/Makefile.in.backup b/doc/Makefile.in.backup
deleted file mode 100644
index 2fc7e71..0000000
--- a/doc/Makefile.in.backup
+++ /dev/null
@@ -1,533 +0,0 @@
-# Makefile.in generated automatically by automake 1.5 from Makefile.am.
-# KDE tags expanded automatically by am_edit - $Revision: 1.7 $
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
-# Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-
-####### tdevelop will overwrite this part!!! (begin)##########
-
-SHELL = @SHELL@
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
-INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = @program_transform_name@
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_alias = @build_alias@
-build_triplet = @build@
-host_alias = @host_alias@
-host_triplet = @host@
-target_alias = @target_alias@
-target_triplet = @target@
-AMTAR = @AMTAR@
-ARTSCCONFIG = @ARTSCCONFIG@
-AS = @AS@
-AUTODIRS = @AUTODIRS@
-AWK = @AWK@
-CC = @CC@
-CONF_FILES = @CONF_FILES@
-CPP = @CPP@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-DCOPIDL = @DCOPIDL@
-DCOPIDL2CPP = @DCOPIDL2CPP@
-DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DOXYGEN = @DOXYGEN@
-DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
-DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
-DPMSINC = @DPMSINC@
-DPMSLIB = @DPMSLIB@
-ECHO = @ECHO@
-EXEEXT = @EXEEXT@
-FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
-GLINC = @GLINC@
-GLLIB = @GLLIB@
-GMSGFMT = @GMSGFMT@
-IDL = @IDL@
-IDL_DEPENDENCIES = @IDL_DEPENDENCIES@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-JAR = @JAR@
-JAVAC = @JAVAC@
-JAVAH = @JAVAH@
-JVMLIBS = @JVMLIBS@
-KDECONFIG = @KDECONFIG@
-KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
-KDE_HAS_DOXYGEN = @KDE_HAS_DOXYGEN@
-KDE_HAVE_DOT = @KDE_HAVE_DOT@
-KDE_INCLUDES = @KDE_INCLUDES@
-KDE_LDFLAGS = @KDE_LDFLAGS@
-KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
-KDE_MT_LIBS = @KDE_MT_LIBS@
-KDE_PLUGIN = @KDE_PLUGIN@
-KDE_RPATH = @KDE_RPATH@
-KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
-KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
-KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
-KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
-KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
-LEX = @LEX@
-LEXLIB = @LEXLIB@
-LIBBZ2 = @LIBBZ2@
-LIBCOMPAT = @LIBCOMPAT@
-LIBCRYPT = @LIBCRYPT@
-LIBDL = @LIBDL@
-LIBGEN = @LIBGEN@
-LIBJPEG = @LIBJPEG@
-LIBMICO = @LIBMICO@
-LIBOBJS = @LIBOBJS@
-LIBPNG = @LIBPNG@
-LIBPTHREAD = @LIBPTHREAD@
-LIBPYTHON = @LIBPYTHON@
-LIBQIMGIO = @LIBQIMGIO@
-LIBRESOLV = @LIBRESOLV@
-LIBSHADOW = @LIBSHADOW@
-LIBSM = @LIBSM@
-LIBSOCKET = @LIBSOCKET@
-LIBSSL = @LIBSSL@
-LIBTIFF = @LIBTIFF@
-LIBTOOL = @LIBTOOL@
-LIBUCB = @LIBUCB@
-LIBUTIL = @LIBUTIL@
-LIBXINERAMA = @LIBXINERAMA@
-LIBZ = @LIBZ@
-LIB_KAB = @LIB_KAB@
-LIB_KABC = @LIB_KABC@
-LIB_TDECORE = @LIB_TDECORE@
-LIB_TDEPRINT = @LIB_TDEPRINT@
-LIB_TDEUI = @LIB_TDEUI@
-LIB_KFILE = @LIB_KFILE@
-LIB_KFM = @LIB_KFM@
-LIB_KHTML = @LIB_KHTML@
-LIB_KIMGIO = @LIB_KIMGIO@
-LIB_KIO = @LIB_KIO@
-LIB_KPARTS = @LIB_KPARTS@
-LIB_KSPELL = @LIB_KSPELL@
-LIB_KSYCOCA = @LIB_KSYCOCA@
-LIB_POLL = @LIB_POLL@
-LIB_QPE = @LIB_QPE@
-LIB_QT = @LIB_QT@
-LIB_QTOPIA = @LIB_QTOPIA@
-LIB_SMB = @LIB_SMB@
-LIB_X11 = @LIB_X11@
-LIB_XEXT = @LIB_XEXT@
-LN_S = @LN_S@
-MCOPIDL = @MCOPIDL@
-MEINPROC = @MEINPROC@
-MICO_INCLUDES = @MICO_INCLUDES@
-MICO_LDFLAGS = @MICO_LDFLAGS@
-MOC = @MOC@
-MSGFMT = @MSGFMT@
-NOOPT_CFLAGS = @NOOPT_CFLAGS@
-NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
-NOREPO = @NOREPO@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-PACKAGE = @PACKAGE@
-PAMLIBS = @PAMLIBS@
-PASSWDLIBS = @PASSWDLIBS@
-PYTHONINC = @PYTHONINC@
-PYTHONLIB = @PYTHONLIB@
-PYTHONMODDIR = @PYTHONMODDIR@
-QTDOCDIR = @QTDOCDIR@
-QTE_NORTTI = @QTE_NORTTI@
-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
-QT_INCLUDES = @QT_INCLUDES@
-QT_LDFLAGS = @QT_LDFLAGS@
-RANLIB = @RANLIB@
-RC = @RC@
-REPO = @REPO@
-SETUIDFLAGS = @SETUIDFLAGS@
-SSL_INCLUDES = @SSL_INCLUDES@
-SSL_LDFLAGS = @SSL_LDFLAGS@
-STRIP = @STRIP@
-TOPSUBDIRS = @TOPSUBDIRS@
-UIC = @UIC@
-UIC_TR = @UIC_TR@
-USER_INCLUDES = @USER_INCLUDES@
-USER_LDFLAGS = @USER_LDFLAGS@
-USE_EXCEPTIONS = @USE_EXCEPTIONS@
-USE_RTTI = @USE_RTTI@
-USE_THREADS = @USE_THREADS@
-VERSION = @VERSION@
-WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
-XGETTEXT = @XGETTEXT@
-XPMINC = @XPMINC@
-XPMLIB = @XPMLIB@
-X_EXTRA_LIBS = @X_EXTRA_LIBS@
-X_INCLUDES = @X_INCLUDES@
-X_LDFLAGS = @X_LDFLAGS@
-X_PRE_LIBS = @X_PRE_LIBS@
-all_includes = @all_includes@
-all_libraries = @all_libraries@
-am__include = @am__include@
-am__quote = @am__quote@
-idldir = @idldir@
-install_sh = @install_sh@
-jni_includes = @jni_includes@
-kde_appsdir = @kde_appsdir@
-kde_bindir = @kde_bindir@
-kde_confdir = @kde_confdir@
-kde_datadir = @kde_datadir@
-kde_htmldir = @kde_htmldir@
-kde_icondir = @kde_icondir@
-kde_includes = @kde_includes@
-kde_libraries = @kde_libraries@
-kde_libs_htmldir = @kde_libs_htmldir@
-kde_libs_prefix = @kde_libs_prefix@
-kde_locale = @kde_locale@
-kde_mimedir = @kde_mimedir@
-kde_moduledir = @kde_moduledir@
-kde_qtver = @kde_qtver@
-kde_servicesdir = @kde_servicesdir@
-kde_servicetypesdir = @kde_servicetypesdir@
-kde_sounddir = @kde_sounddir@
-kde_styledir = @kde_styledir@
-kde_templatesdir = @kde_templatesdir@
-kde_wallpaperdir = @kde_wallpaperdir@
-kde_widgetdir = @kde_widgetdir@
-micodir = @micodir@
-qt_includes = @qt_includes@
-qt_libraries = @qt_libraries@
-x_includes = @x_includes@
-x_libraries = @x_libraries@
-
-EXTRA_DIST = help_en.docbook help_fr.docbook
-
-
-####### tdevelop will overwrite this part!!! (end)############
-MAINTAINERCLEANFILES = ./*.html
-CLEANFILES = core *~ .deps/* doc/*~ *.orig changes.docbook
-DISTCLEANFILES = Makefile.in Makefile
-
-LANGUAGES = en fr de et it fi es ru
-SUFFIXES = .docbook .po .pot
-SGMLDIR = $(kde_datadir)/ksgmltools2
-DOCDIR = $(DESTDIR)${kde_htmldir}
-XML2POT = xml2pot
-PO2XML = po2xml
-MSGMERGE = msgmerge
-subdir = doc
-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-DIST_SOURCES =
-DIST_COMMON = Makefile.am Makefile.in
-#>- all: all-am
-#>+ 1
-all: docs-am all-am
-
-.SUFFIXES:
-.SUFFIXES: .docbook .po .pot
-
-mostlyclean-libtool:
- -rm -f *.lo
-
-clean-libtool:
- -rm -rf .libs _libs
-
-distclean-libtool:
- -rm -f libtool
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
-#>- cd $(top_srcdir) && \
-#>- $(AUTOMAKE) --gnu doc/Makefile
-#>+ 3
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu doc/Makefile
- cd $(top_srcdir) && perl admin/am_edit knights-0.6/doc/Makefile.in
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) && \
- CONFIG_HEADERS= CONFIG_LINKS= \
- CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
-uninstall-info-am:
-tags: TAGS
-TAGS:
-
-
-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-#>+ 4
-KDE_DIST=help_et.po help_fi.po help_de.po help_it.po help_ru.po help_es.po help_fr.po help_en.pot
-
-DISTFILES= $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
-
-
-top_distdir = ..
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
-
-distdir: $(DISTFILES)
- @for file in $(DISTFILES); do \
- if test -f $$file; then d=.; else d=$(srcdir); fi; \
- dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test "$$dir" != "$$file" && test "$$dir" != "."; then \
- $(mkinstalldirs) "$(distdir)/$$dir"; \
- fi; \
- if test -d $$d/$$file; then \
- cp -pR $$d/$$file $(distdir) \
- || exit 1; \
- else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile
-
-installdirs:
-
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
-distclean-generic:
- -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
- -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
-
-maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
-#>- clean: clean-am
-#>+ 1
-clean: kde-rpo-clean clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-
-distclean-am: clean-am distclean-generic distclean-libtool
-
-dvi: dvi-am
-
-dvi-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-data-local
-
-install-exec-am:
-
-install-info: install-info-am
-
-install-man:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-uninstall-am: uninstall-info-am uninstall-local
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
- distclean distclean-generic distclean-libtool distdir dvi \
- dvi-am info info-am install install-am install-data \
- install-data-am install-data-local install-exec install-exec-am \
- install-info install-info-am install-man install-strip \
- installcheck installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-generic \
- mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
- uninstall-local
-
-
-help_en.pot: help_en.docbook
- $(XML2POT) help_en.docbook > help_en.pot
-
-# --- translated docbook online help ---
-
-help_fr.po: help_en.pot
- $(MSGMERGE) -o help_fr.po help_fr.po help_en.pot
-
-help_fr.docbook: help_en.docbook help_en.pot
- ${MAKE} help_fr.po
- @echo "converting french help"
- @ $(PO2XML) help_en.docbook help_fr.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ French\ /g \
- > help_fr.docbook
-
-help_de.po: help_en.pot
- $(MSGMERGE) -o help_de.po help_de.po help_en.pot
-
-help_de.docbook: help_en.docbook help_en.pot
- ${MAKE} help_de.po
- @echo "converting german help"
- @ $(PO2XML) help_en.docbook help_de.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ German\ /g \
- > help_de.docbook
-
-help_et.po: help_en.pot
- $(MSGMERGE) -o help_et.po help_et.po help_en.pot
-
-help_et.docbook: help_en.docbook help_en.pot
- ${MAKE} help_et.po
- @echo "converting estonian help"
- @ $(PO2XML) help_en.docbook help_et.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ Estonian\ /g \
- > help_de.docbook
-
-help_it.po: help_en.pot
- $(MSGMERGE) -o help_it.po help_it.po help_en.pot
-
-help_it.docbook: help_en.docbook help_en.pot
- ${MAKE} help_it.po
- @echo "converting italian help"
- @ $(PO2XML) help_en.docbook help_it.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ Italian\ /g \
- > help_it.docbook
-
-help_fi.po: help_en.pot
- $(MSGMERGE) -o help_fi.po help_fi.po help_en.pot
-
-help_fi.docbook: help_en.docbook help_en.pot
- ${MAKE} help_fi.po
- @echo "converting finnish help"
- @ $(PO2XML) help_en.docbook help_fi.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ Finnish\ /g \
- > help_fi.docbook
-
-help_es.po: help_en.pot
- $(MSGMERGE) -o help_es.po help_es.po help_en.pot
-
-help_es.docbook: help_en.docbook help_en.pot
- ${MAKE} help_es.po
- @echo "converting spanish help"
- @ $(PO2XML) help_en.docbook help_es.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ Spanish\ /g \
- > help_es.docbook
-
-help_ru.po: help_en.pot
- $(MSGMERGE) -o help_ru.po help_ru.po help_en.pot
-
-help_ru.docbook: help_en.docbook help_en.pot
- ${MAKE} help_ru.po
- @echo "converting russian help"
- @ $(PO2XML) help_en.docbook help_ru.po | \
- sed s/^\ \ \<\!ENTITY\ %\ English\ /\ \ \<\!ENTITY\ %\ Russian\ /g \
- > help_ru.docbook
-
-# --- ---
-
-install-data-local:
- echo installing docs in $(DOCDIR)
- for lang in ${LANGUAGES}; do \
- { \
- $(mkinstalldirs) ${DOCDIR}/$${lang}/$(PACKAGE); \
- $(INSTALL_DATA) help_$${lang}.docbook ${DOCDIR}/$${lang}/$(PACKAGE)/index.docbook; \
- if test ! -e ${DOCDIR}/$${lang}/$(PACKAGE)/common ; then \
- rm -f ${DOCDIR}/$${lang}/$(PACKAGE)/common ; fi ; \
- ( cd ${DOCDIR}/$${lang}/${PACKAGE} ; ln -sf ../common . ) ; \
- }; done
- cd ${DOCDIR} ; \
- if test ! -e default/$(PACKAGE) -a -e default ; then ln -sf ../en/$(PACKAGE) default; fi;
-
-uninstall-local:
- for lang in ${LANGUAGES}; do { \
- rm -R -f ${DOCDIR}/$${lang}/${PACKAGE} ; \
- rmdir -p --ignore-fail-on-non-empty $(DOCDIR)/$$lang >/dev/null 2>&1; \
- if test -L ${DOCDIR}/default/$(PACKAGE); then rm -f ${DOCDIR}/default/$(PACKAGE); fi; \
- }; done
-
-all:
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
-
-
-
-#>+ 2
-docs-am:
-
-#>+ 6
-force-reedit:
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu doc/Makefile
- cd $(top_srcdir) && perl admin/am_edit knights-0.6/doc/Makefile.in
-
-
-#>+ 2
-final:
- $(MAKE) all-am
-#>+ 2
-final-install:
- $(MAKE) install-am
-#>+ 2
-no-final:
- $(MAKE) all-am
-#>+ 2
-no-final-install:
- $(MAKE) install-am
-#>+ 3
-cvs-clean:
- $(MAKE) admindir=$(top_srcdir)/admin -f $(top_srcdir)/admin/Makefile.common cvs-clean
-
-#>+ 3
-kde-rpo-clean:
- -rm -f *.rpo