Skip to content

Commit

Permalink
Install the French manpage.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Aug 8, 2011
1 parent e57c62e commit 61cc5f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -19,3 +19,5 @@ install: reptyr
install -m 755 reptyr $(DESTDIR)$(PREFIX)/bin/reptyr
install -d -m 755 $(DESTDIR)$(PREFIX)/share/man/man1
install -m 644 reptyr.1 $(DESTDIR)$(PREFIX)/share/man/man1/reptyr.1
install -d -m 755 $(DESTDIR)$(PREFIX)/share/man/fr/man1
install -m 644 reptyr.fr.1 $(DESTDIR)$(PREFIX)/share/man/fr/man1/reptyr.1

0 comments on commit 61cc5f8

Please sign in to comment.