mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 05:14:13 +01:00
Fix "make dist"
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.
This commit is contained in:
committed by
Carlos R. Mafra
parent
39426bde35
commit
bbe55ba242
@@ -33,6 +33,7 @@ EXTRA_DIST = \
|
||||
opaque.xpm \
|
||||
paths.xpm \
|
||||
smooth.xpm \
|
||||
sound.xpm \
|
||||
speed0.xpm \
|
||||
speed0s.xpm \
|
||||
speed1.xpm \
|
||||
@@ -45,6 +46,7 @@ EXTRA_DIST = \
|
||||
speed4s.xpm \
|
||||
tdel.xpm \
|
||||
tedit.xpm \
|
||||
temp.xpm \
|
||||
textr.xpm \
|
||||
theme.xpm \
|
||||
timer0.xpm \
|
||||
|
||||
Reference in New Issue
Block a user