From 0d41df3443cffa6bbcc64be8fbeb957da248f084 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 8 Aug 2017 09:49:32 +0200 Subject: [PATCH] Rename README with proper file extension. The README is written in asciidoc. At the times, IIRC GitHub didn't support that markup format, but nowadays it's a good idea to name the file properly. --- Makefile | 2 +- README => README.asciidoc | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename README => README.asciidoc (100%) diff --git a/Makefile b/Makefile index db528c2..4a589fe 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ ARCHIVE= $(DEBDIR)/export/$(PKGNAME)-$(VERSION).tar.gz doc: README.html -README.html: README +README.html: README.asciidoc asciidoc -a toc -o $@ $< install: doc diff --git a/README b/README.asciidoc similarity index 100% rename from README rename to README.asciidoc