diff options
author | Dodji Seketeli <dodji@src.gnome.org> | 2003-04-03 06:54:40 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@src.gnome.org> | 2003-04-03 06:54:40 +0000 |
commit | 3b7d9f10818a0cb4e70864f8d1a5ecbf7ba3e0b0 (patch) | |
tree | d48ff986f43c9e0ee6db5b1a5be0942bf226878e /Makefile.am | |
parent | 9ea5d95b1149270cb7277ec1d83a78d0018190dd (diff) | |
download | libcroco-3b7d9f10818a0cb4e70864f8d1a5ecbf7ba3e0b0.tar.gz |
more work on the test framework.
made sure to build rpms via a new "make rpm" target.
Dodji.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index c342c82..0b5264b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,9 +12,17 @@ bin_SCRIPTS=croco-config man_MANS = croco-config.1 -EXTRA_DIST= croco-config.in libcroco.pc.in TODO Doxyfile HACKING \ -docs/examples/cssom-example.c docs/usage.txt tests/test-inputs/*.css \ -tests/test-outputs/*.out $(man_MANS) +EXTRA_DIST= croco-config.in libcroco.pc libcroco.spec TODO Doxyfile \ +HACKING COPYING.LIB COPYING docs/examples/cssom-example.c \ +docs/usage.txt tests/test-inputs/*.css \ +tests/test-output-refs/*.out $(man_MANS) + +cleantar: + @(rm -f libcroco*.tar.gz) + @(rm -rf $(top_srcdir)/rpmbuildroot) + +rpm: cleantar + @(mkdir -p $(top_srcdir)/rpmbuildroot ; $(MAKE) dist && rpmbuild -ta --buildroot $(top_srcdir)/rpmbuildroot $(distdir).tar.gz) apidoc: if ! test -d docs/apis ; then mkdir -p docs/apis ; fi ; |