Skip to content

Commit 0d41df3

Browse files
committed
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.
1 parent 0535a38 commit 0d41df3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARCHIVE= $(DEBDIR)/export/$(PKGNAME)-$(VERSION).tar.gz
1414

1515
doc: README.html
1616

17-
README.html: README
17+
README.html: README.asciidoc
1818
asciidoc -a toc -o $@ $<
1919

2020
install: doc
File renamed without changes.

0 commit comments

Comments
 (0)