diff options
| author | Michael Biebl <biebl@debian.org> | 2009-11-04 19:37:23 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-11-04 19:37:23 +0100 |
| commit | 6f64702386210741d62f3394e27b1b6695dde698 (patch) | |
| tree | 676906a73270831fbc42be9ea0f267756cb0031d /doc | |
| parent | 6e7c6dfda732880e6feaef53f8ff0aaf23b4d4d4 (diff) | |
| download | consolekit-upstream/0.4.1.tar.gz | |
Imported Upstream version 0.4.1upstream/0.4.1
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.in | 8 | ||||
| -rw-r--r-- | doc/dbus/ConsoleKit.xml | 7 | ||||
| -rw-r--r-- | doc/dbus/ConsoleKit.xml.in | 3 | ||||
| -rw-r--r-- | doc/dbus/Makefile.in | 6 |
4 files changed, 11 insertions, 13 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 1096b77..ac2487c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -220,8 +220,8 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ exit 1;; \ esac; \ done; \ @@ -327,7 +327,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS diff --git a/doc/dbus/ConsoleKit.xml b/doc/dbus/ConsoleKit.xml index d898050..e9bb018 100644 --- a/doc/dbus/ConsoleKit.xml +++ b/doc/dbus/ConsoleKit.xml @@ -10,16 +10,15 @@ <book id="index"> <bookinfo> - <title>ConsoleKit 0.3.1 Documentation</title> - <releaseinfo>Version 0.3.1</releaseinfo> - <date>8 March, 2007</date> + <title>ConsoleKit 0.4.1 Documentation</title> + <releaseinfo>Version 0.4.1</releaseinfo> <authorgroup> <author> <firstname>William Jon</firstname> <surname>McCann</surname> <affiliation> <address> - <email>mccann@jhu.edu</email> + <email>william.jon.mccann@gmail.com</email> </address> </affiliation> </author> diff --git a/doc/dbus/ConsoleKit.xml.in b/doc/dbus/ConsoleKit.xml.in index 403e7d0..3ce7aec 100644 --- a/doc/dbus/ConsoleKit.xml.in +++ b/doc/dbus/ConsoleKit.xml.in @@ -12,14 +12,13 @@ <bookinfo> <title>ConsoleKit @VERSION@ Documentation</title> <releaseinfo>Version @VERSION@</releaseinfo> - <date>8 March, 2007</date> <authorgroup> <author> <firstname>William Jon</firstname> <surname>McCann</surname> <affiliation> <address> - <email>mccann@jhu.edu</email> + <email>william.jon.mccann@gmail.com</email> </address> </affiliation> </author> diff --git a/doc/dbus/Makefile.in b/doc/dbus/Makefile.in index 795c69f..e00e869 100644 --- a/doc/dbus/Makefile.in +++ b/doc/dbus/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -244,8 +244,8 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ exit 1;; \ esac; \ done; \ |
