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:
Mike Swanson 2013-12-31 01:00:19 -08:00
parent c3eccf5021
commit 91f9958163
2 changed files with 2 additions and 2 deletions

View file

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