summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2003-12-11 13:45:42 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-12-11 13:45:42 +0000
commitf1f8ac3f1a3cb2f65a531ceabc4aec8ff5fc5359 (patch)
tree884c876ac98d19558191c4e38981d3e0bb52ef6d /Makefile.am
parentbfc0cf3deb2be5ef8d44715afac960bbe61d0ba3 (diff)
downloadlibcroco-f1f8ac3f1a3cb2f65a531ceabc4aec8ff5fc5359.tar.gz
big cleanup here. make sure seleng, layeng and tests are disabled by
2003-12-11 Dodji Seketeli <dodji@gnome.org> * Makefile.am: big cleanup here. * configure.in: make sure seleng, layeng and tests are disabled by default. Added makefiles in docs/ docs/example tests/ tests/test-inputs tests/test-output-refs * csslint/Makefile.am: cleaned this up. make sure to add seleng,layeng and glib compile flags whenever needed. * docs/Makefile.am,docs/examples/Makefile.am: new makefiles. * src/libcroco.h: removed references to cr-parser-input.h * src/layeng/Makefile.am: cleanup, make distcheck is happier. * src/parser/Makefile.am: cleanup, make distcheck is happier. * src/parser/cr-doc-handler.h: removed reference to cr-parser-input.h * src/parser/cr-layout-eng.h,src/parser/cr-parser-input.h: removed these. * src/parser/cr-parser.c: (cr_parser_new): fixed a typo here. * src/parser/cr-parser.h,src/parser/cr-tknzr.h: removed ref to cr-parser-input.h * src/seleng/Makefile.am: cleanup, make distcheck is happier. * tests/testctl: exclude makefiles when diffing outputs and re * outputs.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index deb60ff..37da322 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = src csslint
+SUBDIRS = src csslint docs
SUBDIRS += tests
pkgconfigdir=$(libdir)/pkgconfig
@@ -11,9 +11,7 @@ bin_SCRIPTS=croco-config
man_MANS = croco-config.1
EXTRA_DIST= croco-config.in libcroco.pc libcroco.spec TODO Doxyfile \
-HACKING COPYING.LIB COPYING docs/examples/*.c libcroco.spec \
-docs/usage.txt tests/test-inputs/*.css tests/testctl \
-tests/test-output-refs/*.out $(man_MANS)
+HACKING COPYING.LIB COPYING libcroco.spec tests/testctl $(man_MANS)
cleantar:
@(rm -f libcroco*.tar.gz)