~ubuntu-branches/ubuntu/intrepid/gnome-system-tools/intrepid-updates

« back to all changes in this revision

Viewing changes to doc/services/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2008-09-23 18:51:35 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20080923185135-du03j0nnk1xmhfjk
Tags: 2.22.1-0ubuntu1
* New upstream release (LP: #273579)
  - Mark interface as active if it wasn't previously configured, and as
    auto if it's been (or already was) activated
  - Translation update
* 90_from_svn_correctly_configure_interface.patch: removed as applied
  upstream
* 98_automake.patch: some changes to comply with new source file

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
DBUS_LIBS = @DBUS_LIBS@
107
107
DEFS = @DEFS@
108
108
DEPDIR = @DEPDIR@
 
109
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
109
110
DOC_USER_FORMATS = @DOC_USER_FORMATS@
110
111
DSYMUTIL = @DSYMUTIL@
111
112
ECHO = @ECHO@
260
261
srcdir = @srcdir@
261
262
sysconfdir = @sysconfdir@
262
263
target_alias = @target_alias@
 
264
top_build_prefix = @top_build_prefix@
263
265
top_builddir = @top_builddir@
264
266
top_srcdir = @top_srcdir@
265
267
_clean_doc_header = $(if $(DOC_H_FILE),clean-doc-header)
961
963
 
962
964
check-doc-omf: $(_DOC_OMF_ALL)
963
965
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
964
 
          echo "xmllint --noout --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf"; \
965
 
          xmllint --noout --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf; \
 
966
          echo "xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf"; \
 
967
          xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf; \
966
968
        done
967
969
 
968
970
.PHONY: install-doc-docs install-doc-html install-doc-figs install-doc-omf install-doc-dsk