mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 20:16:55 -04:00
fd24: Include fd24res.wad in dist zips.
This commit is contained in:
parent
80a597686f
commit
363750922b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -132,8 +132,8 @@ TEXTDOCS=COPYING.txt CREDITS.txt CREDITS-LEVELS.txt CREDITS-MUSIC.txt
|
|||
DISTDOCS=$(HTMLDOCS) $(TEXTDOCS) $(MANUAL_PDF_FILES)
|
||||
|
||||
dist: $(OBJS) $(DISTDOCS)
|
||||
LC_ALL=C VERSION=$(VERSION) scripts/makepkgs freedm $(FREEDM) $(DISTDOCS)
|
||||
LC_ALL=C VERSION=$(VERSION) scripts/makepkgs freedoom $(FREEDOOM1) $(FREEDOOM2) $(DISTDOCS)
|
||||
LC_ALL=C VERSION=$(VERSION) scripts/makepkgs freedm $(FREEDM) $(FD24RES) $(DISTDOCS)
|
||||
LC_ALL=C VERSION=$(VERSION) scripts/makepkgs freedoom $(FREEDOOM1) $(FREEDOOM2) $(FD24RES) $(DISTDOCS)
|
||||
|
||||
json: $(OBJS)
|
||||
ifndef JSON
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue