summaryrefslogtreecommitdiff
path: root/makedist.in
blob: 3b84e8eb3cdad626ab54b754f8525e09969d8b98 (plain)
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
# Template makedist.in file

# Set PKGURL to the full base URL for the package web site.
PKGURL=http://untroubled.org/nullmailer/
LISTURL='http://lists.untroubled.org/?list=nullmailer'

# If LISTSUB is set, makedist will add a note regarding mailing list
# subscription.
LISTSUB=nullmailer-subscribe@lists.untroubled.org

# Set MAKERPM to true if the tarball is to be built into a RPM.
MAKERPM=false
NOARCH=false

# Set DOCS to the list of files that should go into the "docs" directory
# in the destination site.
DOCS=

# Set EXTRAS to a list of any other extra files that should go into the
# base directory in the destination site.
EXTRAS="ChangeLog ChangeLog.old HOWTO NEWS README TODO"

# 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_DIST=

VERSION_BASE=

WEBSITE=untroubled.org
WEBDIR=www/nullmailer

# Set RPMUPLOAD to a list of additional "hostname/path" destinations to
# which to upload the source and binary RPMs.
#RPMUPLOAD="incoming.redhat.com/libc6"

# Set LIST to the mailing list(s) to send the announcement to
LIST=nullmailer@lists.untroubled.org

# Run any extra commands to prepare the source tree (such as making
# documentation) here.
make -C doc