summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Schaller <Uraeus@gnome.org>2003-03-30 15:03:19 +0000
committerChristian Fredrik Kalager Schaller <uraeus@src.gnome.org>2003-03-30 15:03:19 +0000
commitf60e5d31e6e03bb0d75e4618b8f8adcde6dbc8ce (patch)
treec1dfb9b9fb96d3227899d1e75389635fa59c8794 /Makefile.am
parent23c856bd6bd7a5bee2c81cef5218633dc91fc0c0 (diff)
downloadlibcroco-f60e5d31e6e03bb0d75e4618b8f8adcde6dbc8ce.tar.gz
- Misc. buildfixes and added spec.in file
2003-30-03 Christian Schaller <Uraeus@gnome.org> - Misc. buildfixes and added spec.in file
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 a696b7a..c342c82 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ 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
+tests/test-outputs/*.out $(man_MANS)
apidoc:
if ! test -d docs/apis ; then mkdir -p docs/apis ; fi ;