specData_INSTALL is defined in 1.9 and 1.10 but not 1.11
Signed-off-by: Gaetan Nadon <[email protected]>
---
specs/troffrules.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/specs/troffrules.in b/specs/troffrules.in
index 93c5680..83c3de4 100644
--- a/specs/troffrules.in
+++ b/specs/troffrules.in
@@ -48,8 +48,8 @@ install-data-local:
@d="$(srcdir)/images/"; \
list=`ls $$d`; \
for p in $$list; do \
- echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(imagesdir)/$$p'"; \
- $(specDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(imagesdir)/$$p"; \
+ echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(imagesdir)/$$p'"; \
+ $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(imagesdir)/$$p"; \
done;
uninstall-local:
--
1.6.0.4
_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel