mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-09 23:34:14 +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
@@ -4,67 +4,73 @@ defsdatadir = $(pkgdatadir)/Icons
|
||||
|
||||
defsdata_DATA = \
|
||||
BitchX.tiff\
|
||||
BitchX.xpm\
|
||||
clip.tiff\
|
||||
clip.xpm\
|
||||
defaultAppIcon.tiff\
|
||||
DefaultAppIcon.tiff\
|
||||
defaultAppIcon.xpm\
|
||||
defaultterm.tiff\
|
||||
defaultterm.xpm\
|
||||
draw.tiff\
|
||||
draw.xpm\
|
||||
Ear.png\
|
||||
Ftp.png\
|
||||
GNUstep.tiff\
|
||||
GNUstep3D.tiff\
|
||||
GNUstep3D.xpm\
|
||||
GNUstepGlow.tiff\
|
||||
GNUstepGlow.xpm\
|
||||
GNUstep.tiff\
|
||||
GNUstep.xpm\
|
||||
GNUterm.tiff\
|
||||
GNUterm.xpm\
|
||||
GreenWilber.png\
|
||||
ICQ.png\
|
||||
Jabber.png\
|
||||
linuxterm.tiff\
|
||||
linuxterm.xpm\
|
||||
Magnify.tiff\
|
||||
Magnify.xpm\
|
||||
mixer.tiff\
|
||||
mixer.xpm\
|
||||
Mouth.png\
|
||||
Mozilla.png\
|
||||
Netscape.png\
|
||||
Pen.png\
|
||||
notepad.tiff\
|
||||
notepad.xpm\
|
||||
pdf.tiff\
|
||||
pdf.xpm\
|
||||
Pencil.png\
|
||||
Pen.png\
|
||||
ps.tiff\
|
||||
ps.xpm\
|
||||
README\
|
||||
Real.png\
|
||||
real.tiff\
|
||||
real.xpm\
|
||||
sgiterm.tiff\
|
||||
sgiterm.xpm\
|
||||
Shell.png\
|
||||
Speaker.png\
|
||||
Terminal.tiff\
|
||||
TerminalGNUstep.tiff\
|
||||
TerminalLinux.tiff\
|
||||
XChat.png\
|
||||
clip.tiff\
|
||||
defaultAppIcon.tiff\
|
||||
defaultterm.tiff\
|
||||
draw.tiff\
|
||||
linuxterm.tiff\
|
||||
mixer.tiff\
|
||||
notepad.tiff\
|
||||
pdf.tiff\
|
||||
ps.tiff\
|
||||
real.tiff\
|
||||
sgiterm.tiff\
|
||||
staroffice2.tiff\
|
||||
timer.tiff\
|
||||
wilber.tiff\
|
||||
write.tiff\
|
||||
xdvi.tiff\
|
||||
xv.tiff\
|
||||
BitchX.xpm\
|
||||
GNUstep.xpm\
|
||||
GNUstep3D.xpm\
|
||||
GNUstepGlow.xpm\
|
||||
GNUterm.xpm\
|
||||
Terminal.xpm\
|
||||
TerminalGNUstep.xpm\
|
||||
TerminalLinux.xpm\
|
||||
clip.xpm\
|
||||
defaultAppIcon.xpm\
|
||||
defaultterm.xpm\
|
||||
draw.xpm\
|
||||
linuxterm.xpm\
|
||||
mixer.xpm\
|
||||
notepad.xpm\
|
||||
pdf.xpm\
|
||||
ps.xpm\
|
||||
real.xpm\
|
||||
sgiterm.xpm\
|
||||
staroffice2.xpm\
|
||||
TerminalGNUstep.tiff\
|
||||
TerminalGNUstep.xpm\
|
||||
TerminalLinux.tiff\
|
||||
TerminalLinux.xpm\
|
||||
Terminal.tiff\
|
||||
Terminal.xpm\
|
||||
timer.tiff\
|
||||
timer.xpm\
|
||||
wilber.tiff\
|
||||
wilber.xpm\
|
||||
Wine.png\
|
||||
write.tiff\
|
||||
write.xpm\
|
||||
XChat.png\
|
||||
xdvi.tiff\
|
||||
xdvi.xpm\
|
||||
xv.tiff\
|
||||
xv.xpm
|
||||
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@ SUBDIRS = Backgrounds Defaults IconSets Icons Pixmaps Styles Themes
|
||||
prefsdatadir = $(pkgdatadir)
|
||||
|
||||
prefsdata_DATA =\
|
||||
README\
|
||||
README.themes\
|
||||
appearance.menu\
|
||||
autostart.sh\
|
||||
background.menu\
|
||||
exitscript.sh\
|
||||
menu\
|
||||
menu.bg\
|
||||
@@ -52,15 +52,10 @@ prefsdata_DATA =\
|
||||
plmenu.sk\
|
||||
plmenu.zh_CN\
|
||||
plmenu.zh_TW\
|
||||
README\
|
||||
README.themes\
|
||||
wmmacros
|
||||
|
||||
EXTRA_DIST = $(prefsdata_DATA) mkMakefile
|
||||
|
||||
.c.o:
|
||||
$(QUIET)$(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
$(QUIET)$(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
$(QUIET)$(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
Reference in New Issue
Block a user