summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--doc/fi/Makefile.am2
-rw-r--r--doc/fr/Makefile.am6
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 2868a7df..5eb2336c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ DOCDIRS=@DOCDIRS@
SUBDIRS=$(SRCDIRS) $(DOCDIRS) m4 po tests
-MANPAGE_LOCALES=fr gl it pl
+MANPAGE_LOCALES=gl it pl
TLMANPAGES = $(wildcard aptitude.??.8)
TLHELPTXTS = help.txt $(wildcard help-??.txt) $(wildcard help-??_??.txt)
diff --git a/doc/fi/Makefile.am b/doc/fi/Makefile.am
index 6e6d5e98..55f0e032 100644
--- a/doc/fi/Makefile.am
+++ b/doc/fi/Makefile.am
@@ -23,8 +23,6 @@ clean-local:
-rm -f doc-stamp doc-css-stamp doc-html-stamp doc-txt-stamp doc-man-stamp
-rm -fr $(MANPAGE) $(README) *.tmp
-man_MANS=$(MANPAGE)
-
install-data-hook:
$(mkinstalldirs) $(DESTDIR)$(localemandir)/man8
$(INSTALL_DATA) $(MANPAGE) $(DESTDIR)$(localemandir)/man8/aptitude.8
diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am
index 2ea563f2..7f45271c 100644
--- a/doc/fr/Makefile.am
+++ b/doc/fr/Makefile.am
@@ -11,6 +11,8 @@ IMAGES = $(wildcard images/*.png)
# Put documentation in /usr/share/doc/aptitude (by default)
docdir=$(datadir)/doc/$(PACKAGE)
+localemandir=$(mandir)/$(LANGCODE)
+
# Automake automagically distributes README without asking..
README=README.$(LANGCODE)
@@ -25,9 +27,9 @@ clean-local:
-rm -f doc-stamp doc-css-stamp doc-html-stamp doc-txt-stamp doc-man-stamp
-rm -fr $(MANPAGE) $(README) *.tmp
-man_MANS=$(MANPAGE)
-
install-data-hook:
+ $(mkinstalldirs) $(DESTDIR)$(localemandir)/man8
+ $(INSTALL_DATA) $(MANPAGE) $(DESTDIR)$(localemandir)/man8/aptitude.8
$(mkinstalldirs) $(DESTDIR)$(docdir)/html/$(LANGCODE)/images
$(INSTALL_DATA) output-html/*.html output-html/*.css $(DESTDIR)$(docdir)/html/$(LANGCODE)
$(INSTALL_DATA) output-html/images/* $(DESTDIR)$(docdir)/html/$(LANGCODE)/images