mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 20:16:04 +00:00
6 lines
144 B
Makefile
6 lines
144 B
Makefile
makereadme:
|
|
cd readme; pdflatex README.tex
|
|
# cleanup non-needed files
|
|
cd readme; rm README.log; rm README.aux;
|
|
cd readme; cp README.pdf ..;
|