This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
cairo
Watch
1
Star
0
Fork
You've already forked cairo
0
mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced
2026-05-05 06:28:01 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1.4
cairo
/
doc
/
Makefile.am
5 lines
74 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for doing docs via gtk-doc. src/cairo.[ch] src/cairo-matrix.c: Add some inline docs for arcs and matrices. gtk-doc.m4 acinclude.m4: Check in files from gtk-doc to make the dependency on gtk-doc optional. Add --enable-gtk-doc to the default args.
2005-01-27 11:35:25 +00:00
SUBDIRS=public
Make docs not build by "make all", but by "make doc", "make dist", and "make install".
2006-06-28 04:14:07 +02:00
.PHONY: doc
doc:
Fix Makefile bug preventing 'make doc' from succeeding
2006-09-29 16:58:51 -07:00
cd public && $(MAKE) $(AM_MAKEFLAGS) doc
Reference in a new issue
Copy permalink