summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-05-29 23:37:28 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-05-29 23:37:28 +0000
commit324e1473cc7e86bb47c38e06977e6b862efe5464 (patch)
tree2812123daa5899d0acea6acb582f3961c8fe4e35 /Makefile.am
parente197a2d61042320dfc40bf663c138867a6120a6b (diff)
downloadlibcroco-324e1473cc7e86bb47c38e06977e6b862efe5464.tar.gz
Synchronize with libcroco--mainline--0.6--patch-25.
2004-05-29 Dodji Seketeli <dodji@gnome.org> Synchronize with libcroco--mainline--0.6--patch-25.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dffc8dc..5974bf3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ rpm: cleantar
@(mkdir -p $(top_srcdir)/rpmbuildroot ; $(MAKE) dist && rpmbuild -ta --buildroot $(top_srcdir)/rpmbuildroot $(distdir).tar.gz)
test:
- if test -x $(top_srcdir)/tests/testctl ; then $(top_srcdir)/tests/testctl cleanup ; $(top_srcdir)/tests/testctl ; $(top_srcdir)/tests/testctl run ; fi
+ if test -x $(top_srcdir)/tests/testctl ; then $(top_srcdir)/tests/testctl cleanup ; $(top_srcdir)/tests/testctl run ; fi
apidoc:
if ! test -d docs/apis ; then mkdir -p docs/apis ; fi ;