mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +01:00
The "make dist" command can be used to generate the release tarball, but only if the Makefile.am correctly specifies EXTRA_DIST, specifies headers in foo_SOURCES, and so on.
18 lines
244 B
Makefile
18 lines
244 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = sk cs
|
|
|
|
man_MANS = \
|
|
geticonset.1x \
|
|
getstyle.1x \
|
|
seticons.1x \
|
|
setstyle.1x \
|
|
wdwrite.1x \
|
|
wmaker.1x \
|
|
wmsetbg.1x \
|
|
wxcopy.1x \
|
|
wxpaste.1x
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
|