Revision 25458,
314 bytes
checked in by jdreed, 13 years ago
(diff) |
In thirdparty-graphics:
* 8 spaces is not a tab.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | |
---|
3 | HAVE_XDOT = $(shell apt-cache show xdot 2>/dev/null | grep -q '^Version:' && echo y) |
---|
4 | |
---|
5 | ifeq ($(HAVE_XDOT),y) |
---|
6 | binary-predeb/debathena-thirdparty-graphics:: |
---|
7 | echo "debathena-maybe-xdot=xdot" >> debian/debathena-thirdparty-graphics.substvars |
---|
8 | endif |
---|
9 | |
---|
10 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
Note: See
TracBrowser
for help on using the repository browser.