Skip to content
Snippets Groups Projects
Commit ce136638 authored by Jean-Noël Avila's avatar Jean-Noël Avila
Browse files

Makefile: install html files in install-txt


The project git-html-l10n awaits html files.

Signed-off-by: default avatarJean-Noël Avila <jn.avila@free.fr>
parent d145b415
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,8 @@ all doc-l10n: man html
install-txt:
install -d -m 755 $(prefix)/$(lang)
install *.txt -m 644 $(prefix)/$(lang)
[ -z "$$(ls *.txt 2>/dev/null)" ] || install *.txt -m 644 $(prefix)/$(lang)
[ -z "$$(ls *.html 2>/dev/null)" ] || install *.html -m 644 $(prefix)/$(lang)
clean:
rm -f *.1 *.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment