summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-03-02 18:58:59 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-03-02 18:58:59 +0000
commit1217c1902e50ad1b7de22d43d1e2c0f0a652ec1f (patch)
tree0c0e1058b760186a1a2bda3a80189adab90480e1 /Makefile.am
parent2e07149b250230b8415a09cd2bddbfbad3f098f7 (diff)
downloadlibcroco-1217c1902e50ad1b7de22d43d1e2c0f0a652ec1f.tar.gz
Turned on compilation with goddamit warning options.
So I killed an awfully great number of warnings messages. Also fixed some small regressions that occured during the rewrite of cr_tknzr_get_next_toke().
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 b934909..ee8545a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,8 @@ extrainclude_DATA= libcroco-config.h
bin_SCRIPTS=croco-config
-EXTRA_DIST= croco-config.in libcroco.pc.in TODO Doxyfile HACKING
+EXTRA_DIST= croco-config.in libcroco.pc.in TODO Doxyfile HACKING \
+docs/examples/*.[ch] docs/usage.txt
apidoc:
if ! test -d docs/apis ; then mkdir -p docs/apis ; fi ;