summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-03-02 19:16:11 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-03-02 19:16:11 +0000
commit35d00b2fe5e0500156c1ee9c7a5fad5897ad4aa6 (patch)
treeb347cd745558c7f262d149a080fc66d6809015f9 /Makefile.am
parent1217c1902e50ad1b7de22d43d1e2c0f0a652ec1f (diff)
downloadlibcroco-35d00b2fe5e0500156c1ee9c7a5fad5897ad4aa6.tar.gz
fixed some bugs in the tarball building process.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ee8545a..c2b04dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,8 @@ bin_SCRIPTS=croco-config
EXTRA_DIST= croco-config.in libcroco.pc.in TODO Doxyfile HACKING \
-docs/examples/*.[ch] docs/usage.txt
+docs/examples/cssom-example.c docs/usage.txt tests/test-inputs/*.css \
+tests/test-outputs/*.out
apidoc:
if ! test -d docs/apis ; then mkdir -p docs/apis ; fi ;