-
Notifications
You must be signed in to change notification settings - Fork 6
/
makedist.in
50 lines (36 loc) · 1.45 KB
/
makedist.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Template makedist.in file
# Set PKGURL to the full base URL for the package web site.
PKGURL=http://www.vmailmgr.org/
# If LISTSUB is set, makedist will add a note regarding mailing list
# subscription.
LISTURL=http://lists.untroubled.org/?list=vmailmgr
# Set MAKERPM to non-empty if the tarball is to be built into a RPM.
MAKERPM=true
# Set NOARCH to non-empty if there are no architecture dependant files
# in the executable package
NOARCH=
# Set DOCS to the list of files that should go into the "docs" directory
# in the destination site.
DOCS="TODO NOT-TODO doc/YEAR2000 */*.html doc/*.ps doc/*.txt"
# Set EXTRAS to a list of any other extra files that should go into the
# base directory in the destination site.
# Set EXTRAS_VER to a list of any other extra files that should go into
# the version-numbered directory in the destination site.
EXTRAS_VER="ANNOUNCEMENT"
EXTRAS=
EXTRAS_DIST=
# Set VERSION_BASE to the subdirectory into which the version-numbered
# will be placed.
VERSION_BASE=archive
WEBSITE=untroubled.org
WEBDIR=www/vmailmgr
# Set RPMUPLOAD to a list of additional "hostname/path" destinations to
# which to upload the source and binary RPMs.
RPMUPLOAD=
# Set LIST to the mailing list(s) to send the announcement to
# Run any extra commands to prepare the source tree (such as making
# documentation) here.
make docs