blob: caedab23585be8c57c8196eed61292b270e02dec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# File included by package makefiles that contains details
# about the package name, generated by configure.
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
# Documentation files to distribute with packages.
DOC_FILES=README \
COPYING \
ChangeLog \
NEWS \
BUGS \
CMDLINE \
TODO
|