diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-11 19:32:05 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-11 19:32:05 +0100 |
commit | 7f15c76976dc76b580a2e182ad1538cd6359f926 (patch) | |
tree | 17d079e54bf9002a978c687c9efe08d57f57bd91 /Makefile | |
parent | a7e0aa0bae9b4da9fe441eb91604df9306dfde79 (diff) |
interimap: convert manpage to markdown.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -all: pullimap.1 +all: pullimap.1 interimap.1 # upper case the headers and remove the links %.1: %.md @@ -24,6 +24,6 @@ all: pullimap.1 install: clean: - rm -f pullimap.1 + rm -f pullimap.1 interimap.1 .PHONY: all install clean |