From ae0b250d0595bc86d11c8feba4b04f0646750657 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 17 Dec 2013 12:52:28 +0100 Subject: Create xz tarballs --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dee3a67..427eea0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT([polkit-mate],[1.6.0],[http://www.mate-desktop.org/],[mate-polkit]) -AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip]) +AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1 From 9ddc8e1e19146cfebeed74418c9e932d54399d82 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 11 Aug 2013 18:45:39 +0200 Subject: Use AM_CPPFLAGS instead of INCLUDES --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index c3b8217..45dd77f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -25,7 +25,7 @@ IGNORE_HFILES= \ # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. -INCLUDES = \ +AM_CPPFLAGS = \ $(POLKIT_GOBJECT_CFLAGS) \ $(GTK_CFLAGS) \ -I$(top_srcdir)/polkitgtkmate \ -- cgit v1.2.1 From 0eca53400436589a54ac6476b6c8cb86ca731567 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 10 Oct 2013 11:21:23 +0200 Subject: Update POTFILES.skip --- po/POTFILES.skip | 1 + 1 file changed, 1 insertion(+) diff --git a/po/POTFILES.skip b/po/POTFILES.skip index e487dbc..0cec32c 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1 +1,2 @@ polkitgtkmate/example.c +src/polkit-mate-authentication-agent-1.desktop.in -- cgit v1.2.1 From 2f4e68b25471b1aa57e7566556691205f9ccaf3b Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 17 Dec 2013 13:39:05 +0100 Subject: Resurrect lost gtk doc xml file --- docs/polkit-gtk-mate-1-docs.xml | 74 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 docs/polkit-gtk-mate-1-docs.xml diff --git a/docs/polkit-gtk-mate-1-docs.xml b/docs/polkit-gtk-mate-1-docs.xml new file mode 100644 index 0000000..1db29c1 --- /dev/null +++ b/docs/polkit-gtk-mate-1-docs.xml @@ -0,0 +1,74 @@ + + +]> + + + PolicyKit-GTK+ Reference Manual + Version &version; + + + David + Zeuthen + +
+ davidz@redhat.com +
+
+
+
+ + + 2008-2009 + The PolicyKit Authors + + + + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free + Documentation License, Version 1.1 or any later + version published by the Free Software Foundation with no + Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. You may obtain a copy of the GNU Free + Documentation License from the Free Software + Foundation by visiting their Web site or by writing + to: + +
+ The Free Software Foundation, Inc., + 59 Temple Place - Suite 330, + Boston, MA 02111-1307, + USA +
+
+ + + Many of the names used by companies to distinguish their + products and services are claimed as trademarks. Where those + names appear in any GNOME documentation, and those + trademarks are made aware to the members of the + GNOME Documentation Project, the names have been + printed in caps or initial caps. + +
+
+ + + API Reference + + + + + + Object Hierarchy + + + + + Index + + +
-- cgit v1.2.1