mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
dist: add an "all" target to Makefile
Allows everything to be easily built by manually entering the dist directory and typing `make`.
This commit is contained in:
parent
68b96b51c3
commit
d6cdeeeac2
1 changed files with 3 additions and 0 deletions
3
dist/Makefile
vendored
3
dist/Makefile
vendored
|
@ -1,3 +1,6 @@
|
|||
all: man-freedm man-freedoom1 man-freedoom2 \
|
||||
icon-freedm icon-freedoom1 icon-freedoom2
|
||||
|
||||
man-%: freedoom.adoc
|
||||
sed -e s/freedoom/$*/ freedoom.adoc > $*.adoc
|
||||
a2x -f manpage $*.adoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue