mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-01 11:32:34 +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
@@ -20,6 +20,7 @@ EXTRA_DIST = \
|
||||
menualign2.tiff \
|
||||
menuprefs.tiff \
|
||||
menus.tiff \
|
||||
miscprefs2.tiff \
|
||||
moreanim.tiff \
|
||||
mousesettings.tiff \
|
||||
mousespeed.tiff \
|
||||
@@ -32,6 +33,7 @@ EXTRA_DIST = \
|
||||
opaque.tiff \
|
||||
paths.tiff \
|
||||
smooth.tiff \
|
||||
sound.tiff \
|
||||
speed0.tiff \
|
||||
speed0s.tiff \
|
||||
speed1.tiff \
|
||||
@@ -44,6 +46,7 @@ EXTRA_DIST = \
|
||||
speed4s.tiff \
|
||||
tdel.tiff \
|
||||
tedit.tiff \
|
||||
temp.tiff \
|
||||
textr.tiff \
|
||||
theme.tiff \
|
||||
timer0.tiff \
|
||||
|
||||
Reference in New Issue
Block a user