Skip to content

Commit

Permalink
Rename README with proper file extension.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dimitri committed Aug 8, 2017
1 parent 0535a38 commit 0d41df3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 0d41df3

Please sign in to comment.