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:
Mike Swanson 2019-07-05 10:38:20 -07:00
parent 68b96b51c3
commit d6cdeeeac2

3
dist/Makefile vendored
View file

@ -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