From 91f995816311f3334535e285f38015a67ea738fc Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Tue, 31 Dec 2013 01:00:19 -0800 Subject: [PATCH] Rename BUILD-SYSTEM to *.asc and fix the `make doc` target. Adding the file extension makes it all pretty on GitHub. --- BUILD-SYSTEM => BUILD-SYSTEM.asc | 0 Makefile | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename BUILD-SYSTEM => BUILD-SYSTEM.asc (100%) diff --git a/BUILD-SYSTEM b/BUILD-SYSTEM.asc similarity index 100% rename from BUILD-SYSTEM rename to BUILD-SYSTEM.asc diff --git a/Makefile b/Makefile index 40697014..0033bd81 100644 --- a/Makefile +++ b/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) \