diff options
author | mail_redacted_for_web | 2015-12-04 02:39:36 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2015-12-04 02:39:36 +0100 |
commit | b49ae08e95f4d4d7d995166e7a2e6f287dc32d14 (patch) | |
tree | 619dfe5f68dfd594c254ed4b3ce50fc66a70c7cf /Makefile | |
parent | 9a9799ffa596a4ff29cae610dfcd6da2e82dae3c (diff) | |
download | mp3dir2html-b49ae08e95f4d4d7d995166e7a2e6f287dc32d14.tar.bz2 |
Give a letter's 1st occurence an HTML id, improved ampersand replacing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ sedawk-exists: @command -v awk > /dev/null uninstall: - @rm -v /usr/local/share/man/man1/mp3dir2html.1.gz /usr/local/bin/mp3dir2html + @rm -vf /usr/local/share/man/man1/mp3dir2html.1.gz /usr/local/bin/mp3dir2html .PHONY: help |