diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-04-15 20:06:35 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-04-15 20:06:35 +0000 |
| commit | d85c11286b9389c871da10eb827a2899288ce79a (patch) | |
| tree | bb07bf201f5d4eb566c01d799572042777422de0 | |
| parent | powerstroke: fix inside of corners. (diff) | |
| download | inkscape-d85c11286b9389c871da10eb827a2899288ce79a.tar.gz inkscape-d85c11286b9389c871da10eb827a2899288ce79a.zip | |
Convert man file installation to use automake instead of custom stuff (from 0.48.x).
(bzr r11255)
| -rw-r--r-- | Makefile.am | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 77470447b..98010486e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -255,17 +255,21 @@ inkscape.1 inkscape.el.1 inkscape.fr.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_T po/inkscape.pot: (cd $(srcdir)/po ; intltool-update --pot --output-file=$(distdir)/po/inkscape.pot) -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 +manel_DATA = inkscape.el.1 +maneldir = $(mandir)/el/man1 + +manfr_DATA = inkscape.fr.1 +manfrdir = $(mandir)/fr/man1 + +manja_DATA = inkscape.ja.1 +manjadir = $(mandir)/ja/man1 + +mansk_DATA = inkscape.ja.1 +manskdir = $(mandir)/sk/man1 + +manzhtw_DATA = inkscape.zh_TW.1 +manzhtwdir = $(mandir)/zh_TW/man1 + #.PHONY: warn_markup noinst_DATA = warn_markup warn_markup: |
