mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b10180503d | |||
| 815df79451 |
@ -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
4
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
|
||||
|
||||
@ -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])
|
||||
|
||||
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user