mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
some make dist fixes
This commit is contained in:
parent
c8ef2d8b55
commit
ecd539cbd3
3 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
SUBDIRS= man
|
||||
EXTRA_DIST= 3dfx.txt CodingStyle cvarlist.txt glqnotes.txt makefile.linuxi386 \
|
||||
makefile.solaris net_DoS_protection.txt progdefs.q1 progdefs.q2 \
|
||||
EXTRA_DIST= 3dfx.txt CodingStyle glqnotes.txt \
|
||||
net_DoS_protection.txt progdefs.q1 progdefs.q2 \
|
||||
qe3.ico qf-client-3dfx-cvar.txt qf-client-glx-cvar.txt \
|
||||
qf-client-sdl-cvar.txt qf-client-sgl-cvar.txt qf-client-svga-cvar.txt \
|
||||
qf-client-x11-cmd.txt qf-client-x11-cvar.txt qf-server-cmd.txt \
|
||||
qf-server-cvar.txt quake.gif quake.ico readme.solaris readme.txt \
|
||||
qf-server-cvar.txt quake.gif quake.ico readme.txt \
|
||||
skybox.fig template.h timestamps.txt wqreadme.txt \
|
||||
\
|
||||
config/glspeed-v1.cfg config/glspeed-v3.cfg config/swspeed.cfg \
|
||||
|
|
|
@ -31,7 +31,7 @@ SUBDIRS= include source doc
|
|||
# uncomment the following if qfcc requires the math library
|
||||
#qfcc_LDADD=-lm
|
||||
|
||||
EXTRA_DIST=qfcc.lsm.in qfcc.spec.in
|
||||
EXTRA_DIST=qfcc.lsm.in
|
||||
|
||||
dist-zip: distdir
|
||||
-chmod -R a+r $(distdir)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
EXTRA_DIST= config.h.in pr_comp.h qfcc.h getopt.h
|
||||
EXTRA_DIST= config.h.in qfcc.h getopt.h
|
||||
|
|
Loading…
Reference in a new issue