From b10180503d6cdb489fd70a5f46ba586a5f1d7b11 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 19 Apr 2011 00:24:05 +0100 Subject: [PATCH] 0.4.1 And fix distcheck. --- NEWS | 4 ++++ configure.ac | 2 +- doc/Makefile.am | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 799461b..a1f0a30 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +version 0.4.1: +- Enable gtk-doc by default so that file aren't + missing in the tarball + version 0.4.0: - Loads of new translations - Fix crasher when PAM module gets unloaded diff --git a/configure.ac b/configure.ac index 1785542..fe40fa6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fprintd], [0.4.0]) +AC_INIT([fprintd], [0.4.1]) AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip check-news]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/doc/Makefile.am b/doc/Makefile.am index d054255..6c2d0f8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -59,6 +59,10 @@ HTML_IMAGES = \ # Extra options to supply to gtkdoc-fixref FIXXREF_OPTIONS= +DISTCLEANFILES = \ + net.reactivated.Fprint.Manager.ref.xml \ + net.reactivated.Fprint.Device.ref.xml + MAINTAINERCLEANFILES = \ *~ \ Makefile.in \