-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
32 lines (24 loc) · 766 Bytes
/
Makefile.am
File metadata and controls
32 lines (24 loc) · 766 Bytes
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
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src doc tests
EXTRA_DIST = CHANGES COPYING INSTALL README vilistextum.spec
mydist: vilistextum documentation dist bzip2dist
vilistextum:
cd src && $(MAKE)
static:
rm -f src/vilistextum
cd src && env STATIC=-static $(MAKE)
bzip2dist:
gunzip $(distdir).tar.gz
bzip2 -f -k $(distdir).tar
gzip -f $(distdir).tar
cp $(distdir).tar.gz old
cp $(distdir).tar.bz2 old
documentation:
rm -f CHANGES README
$(PACKAGE) -l doc/README.xhtml README
echo >> README " "
echo >> README "PS: This document has been automatically created with vilistextum"
echo >> README " from README.html."
$(PACKAGE) -l doc/htmlmail.xhtml doc/htmlmail
$(PACKAGE) doc/changes.xhtml - | sed -e "1,2D" -e "s/^ \*/ -/" >CHANGES
test: check