summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGaël CHAMOULAUD <strider@src.gnome.org>2003-03-20 20:04:06 +0000
committerGaël CHAMOULAUD <strider@src.gnome.org>2003-03-20 20:04:06 +0000
commita189ebbcc9b05cda2ea77f84db8a65855f5b3fb7 (patch)
tree3a2dd7dc8ea215c8a50abec732e87917f4443e08 /Makefile.am
parent922bf5032aac55b0aa6d91c9ea1808b50f705afd (diff)
downloadlibcroco-a189ebbcc9b05cda2ea77f84db8a65855f5b3fb7.tar.gz
Added a man page for croco-config
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 c2b04dd..3226865 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,7 @@ extrainclude_DATA= libcroco-config.h
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 \
@@ -17,4 +18,4 @@ tests/test-outputs/*.out
apidoc:
if ! test -d docs/apis ; then mkdir -p docs/apis ; fi ;
- doxygen Doxyfile \ No newline at end of file
+ doxygen Doxyfile