Mercurial > projects > package-update-indicator
comparison Makefile @ 26:3e8551a41944
Fix typo in the Makefile
Fix incorrect spelling of ayatana.
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Wed, 24 Jul 2019 15:13:07 +0200 |
parents | 4196eacbe940 |
children | 73081cc299f5 |
comparison
equal
deleted
inserted
replaced
25:cb2329d63fe9 | 26:3e8551a41944 |
---|---|
71 --keyword=g_dngettext:2,3 \ | 71 --keyword=g_dngettext:2,3 \ |
72 --add-comments | 72 --add-comments |
73 INDICATOR_LIB := $(or \ | 73 INDICATOR_LIB := $(or \ |
74 $(shell pkg-config --exists appindicator3-0.1 && \ | 74 $(shell pkg-config --exists appindicator3-0.1 && \ |
75 printf '%s\\\n' appindicator3-0.1), \ | 75 printf '%s\\\n' appindicator3-0.1), \ |
76 $(shell pkg-config --exists ayantana-indicator3-0.1 && \ | 76 $(shell pkg-config --exists ayatana-indicator3-0.1 && \ |
77 printf '%s\\\n' ayantana-indicator3-0.1), \ | 77 printf '%s\\\n' ayatana-indicator3-0.1), \ |
78 appindicator3-0.1) | 78 appindicator3-0.1) |
79 | 79 |
80 define generate-manpage-rule = | 80 define generate-manpage-rule = |
81 %.$1: %.$(addsuffix .xml,$1) docbook-update-source-data.xsl | 81 %.$1: %.$(addsuffix .xml,$1) docbook-update-source-data.xsl |
82 $$(XSLTPROC) \ | 82 $$(XSLTPROC) \ |