mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-24 10:22:47 +08:00
e7a4b3ae9b
Purpose of commit: cleanup Commit summary: --------------- 2005-09-26 Tomas Mraz <t8m@centrum.cz> * NEWS: Add a few missing entries from CHANGELOG. * AUTHORS: Fixed entries for Toady and me * Makefile.am (M4_FILES): Fixed out of tree build. * doc/specs/Makefile.am (EXTRA_DIST): Removed lex.yy.c (spec, lex.yy.c): Fixed out of tree build. * modules/pam_userdb/README: Document try_first_pass and use_first_pass options, remove use_authtok option.
20 lines
376 B
Makefile
20 lines
376 B
Makefile
#
|
|
# Copyright (c) 2005 Thorsten Kukuk <kukuk@suse.de>
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = 1.8 gnu dist-bzip2
|
|
|
|
SUBDIRS = libpam libpamc libpam_misc modules po conf doc examples
|
|
|
|
CLEANFILES = *~
|
|
|
|
M4_FILES = $(shell ls $(srcdir)/m4/*.m4)
|
|
|
|
EXTRA_DIST = config.rpath mkinstalldirs pgp.keys.asc CHANGELOG \
|
|
Copyright $(M4_FILES)
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
releasedocs:
|
|
make -C doc releasedocs
|