Browse Source

Makefile: install the manpage to the right directory

master
Matthieu Moy 9 years ago
parent
commit
68e827f9ec
  1. 2
      Makefile

2
Makefile

@ -47,4 +47,4 @@ git-latexdiff.1: git-latexdiff.txt
a2x --doctype manpage --format manpage $<
install-doc: git-latexdiff.1
cp $< $(gitmanpath_SQ)
cp $< $(gitmanpath_SQ)/man1/
Loading…
Cancel
Save