summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2003-07-08 17:06:53 +0000
committerBrendan O'Dea <bod@debian.org>2003-07-08 17:06:53 +0000
commit249fd7e1ee3c4ed43c33dbfa752bf07dde0c9d05 (patch)
tree1afa5984d14aef6c86c80e8de5840c41b2528dc5 /Makefile.in
parent4cac1b692ac9978b36b81d2e8dde2a827eb7d7b4 (diff)
downloadhelp2man-249fd7e1ee3c4ed43c33dbfa752bf07dde0c9d05.tar.gz
install french man page as .1 rather than .fr.1v1.30.1
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 88395a8..3d8e695 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for help2man
-# $Id: Makefile.in,v 1.8 2003-07-08 16:51:15 bod Exp $
+# $Id: Makefile.in,v 1.9 2003-07-08 17:06:53 bod Exp $
SHELL = @SHELL@
@@ -46,7 +46,7 @@ install: $(target) $(hack).so $(target).1 $(target).fr.1 $(target).info
$(INSTALL_PROGRAM) $(target) $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM) $(hack).so $(DESTDIR)$(libdir)
$(INSTALL_DATA) $(target).1 $(DESTDIR)$(man1dir)
- $(INSTALL_DATA) $(target).fr.1 $(DESTDIR)$(man1dir_fr)
+ $(INSTALL_DATA) $(target).fr.1 $(DESTDIR)$(man1dir_fr)/$(target).1
$(INSTALL_DATA) $(target).info $(DESTDIR)$(infodir)/$(target).info
if test -f $(DESTDIR)$(infodir)/dir; \
then \
@@ -57,7 +57,7 @@ uninstall:
rm -f $(DESTDIR)$(bindir)/$(target) \
$(DESTDIR)$(libdir)/$(hack).so \
$(DESTDIR)$(man1dir)/$(target).1 \
- $(DESTDIR)$(man1dir_fr)/$(target).fr.1 \
+ $(DESTDIR)$(man1dir_fr)/$(target).1 \
$(DESTDIR)$(infodir)/$(target).info
if test -f $(DESTDIR)$(infodir)/dir; \
@@ -66,7 +66,6 @@ uninstall:
$(target).info; \
fi
-
clean:
-rm -f $(target) $(hack).so