mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Rename BUILD-SYSTEM to *.asc and fix the make doc
target.
Adding the file extension makes it all pretty on GitHub.
This commit is contained in:
parent
c3eccf5021
commit
91f9958163
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -157,8 +157,8 @@ dist : $(OBJS)
|
|||
scripts/makepkgs $(OBJS)
|
||||
|
||||
doc:
|
||||
asciidoc BUILD-SYSTEM
|
||||
asciidoc README
|
||||
asciidoc BUILD-SYSTEM.asc
|
||||
asciidoc README.asc
|
||||
|
||||
clean:
|
||||
rm -f *.html deutex.log $(OBJS) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue