From 61cc5f8e4119839eb22f6bcf7a6a98963059f7d5 Mon Sep 17 00:00:00 2001 From: Nelson Elhage Date: Sun, 7 Aug 2011 21:05:09 -0700 Subject: [PATCH] Install the French manpage. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 724de2f..73d64ef 100644 --- a/Makefile +++ b/Makefile @@ -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