summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2011-08-17 19:51:58 +0000
committerJazzyNico <nicoduf@yahoo.fr>2011-08-17 19:51:58 +0000
commit4789f0ed95c2b495def116e57752d7f5e6904d64 (patch)
tree69dae567e393ea1f05a0aad477d328adac617761
parentFilters. New Opacity CPF, Blur and Tritone improvements. (diff)
downloadinkscape-4789f0ed95c2b495def116e57752d7f5e6904d64.tar.gz
inkscape-4789f0ed95c2b495def116e57752d7f5e6904d64.zip
Docs. Fix for Bug #827812 (Localized manpages are not installed properly).
(bzr r10549)
-rw-r--r--Makefile.am13
1 files changed, 10 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index bb2098d0d..77470447b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -238,7 +238,7 @@ DISTCLEANFILES = inkscape.desktop \
#ACLOCAL_AMFLAGS = -I m4
SUFFIXES = .pod .1
-inkscape.1 inkscape.fr.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_TW.1 : fix-roff-punct Makefile.am AUTHORS
+inkscape.1 inkscape.el.1 inkscape.fr.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_TW.1 : fix-roff-punct Makefile.am AUTHORS
.pod.1:
set -e; \
d=`sed -n 's,/,-,g;s,.*\$$[D]ate: \(..........\).*,\1,p' $<`; \
@@ -255,10 +255,17 @@ inkscape.1 inkscape.fr.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_TW.1 : fix-roff
po/inkscape.pot:
(cd $(srcdir)/po ; intltool-update --pot --output-file=$(distdir)/po/inkscape.pot)
-install-data-local: inkscape.fr.1
+install-data-local: inkscape.el.1 inkscape.fr.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_TW.1
+ $(mkinstalldirs) $(DESTDIR)$(mandir)/el/man1
$(mkinstalldirs) $(DESTDIR)$(mandir)/fr/man1
+ $(mkinstalldirs) $(DESTDIR)$(mandir)/ja/man1
+ $(mkinstalldirs) $(DESTDIR)$(mandir)/sk/man1
+ $(mkinstalldirs) $(DESTDIR)$(mandir)/zh_TW/man1
+ $(INSTALL_DATA) `if [ -f inkscape.el.1 ]; then :; else echo $(srcdir)/;fi`inkscape.el.1 $(DESTDIR)$(mandir)/el/man1/inkscape.1
$(INSTALL_DATA) `if [ -f inkscape.fr.1 ]; then :; else echo $(srcdir)/;fi`inkscape.fr.1 $(DESTDIR)$(mandir)/fr/man1/inkscape.1
-
+ $(INSTALL_DATA) `if [ -f inkscape.ja.1 ]; then :; else echo $(srcdir)/;fi`inkscape.ja.1 $(DESTDIR)$(mandir)/ja/man1/inkscape.1
+ $(INSTALL_DATA) `if [ -f inkscape.sk.1 ]; then :; else echo $(srcdir)/;fi`inkscape.sk.1 $(DESTDIR)$(mandir)/sk/man1/inkscape.1
+ $(INSTALL_DATA) `if [ -f inkscape.zh_TW.1 ]; then :; else echo $(srcdir)/;fi`inkscape.zh_TW.1 $(DESTDIR)$(mandir)/zh_TW/man1/inkscape.1
#.PHONY: warn_markup
noinst_DATA = warn_markup
warn_markup: