2 Commits

Author SHA1 Message Date
b10180503d 0.4.1
And fix distcheck.
2011-04-19 00:27:09 +01:00
815df79451 build: Enable gtk-doc when dist'ing 2011-04-19 00:22:48 +01:00
4 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = dist-bzip2
SUBDIRS = src data tests pam doc po
EXTRA_DIST = TODO intltool-extract.in intltool-merge.in intltool-update.in
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
all: check create-pot
check: check-translations

4
NEWS
View File

@ -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

View File

@ -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])

View File

@ -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 \