mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
build: add CREDITS-MUSIC. (#1254)
This commit is contained in:
parent
1e6913fb5c
commit
40ff72c088
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -110,8 +110,11 @@ COPYING.txt: COPYING.adoc
|
|||
CREDITS.txt: CREDITS
|
||||
unix2dos --add-bom --newfile $< $@
|
||||
|
||||
CREDITS-MUSIC.txt: CREDITS-MUSIC
|
||||
unix2dos --add-bom --newfile $< $@
|
||||
|
||||
HTMLDOCS=NEWS.html README.html
|
||||
TEXTDOCS=COPYING.txt CREDITS.txt
|
||||
TEXTDOCS=COPYING.txt CREDITS.txt CREDITS-MUSIC.txt
|
||||
DISTDOCS=$(HTMLDOCS) $(TEXTDOCS) manual/freedoom-manual.pdf
|
||||
|
||||
dist: $(OBJS) $(DISTDOCS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue