Last change
on this file since 268 was
268,
checked in by Sam Hocevar, 17 years ago
|
- src/io.c:
+ Added caca_wait_event(), a blocking caca_get_event().
- src/ examples/:
+ More documentation.
- doc/doxygen.cfg.in:
+ doc/doxygen.cfg is now generated by configure, so that we can use
@top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.
+ Create manpages.
|
File size:
444 bytes
|
Line | |
---|
1 | EXTRA_DIST = doxygen.cfg.in footer.html header.html $(man_MANS) |
---|
2 | |
---|
3 | man_MANS = caca-config.1 cacademo.1 caca-spritedit.1 cacaview.1 |
---|
4 | |
---|
5 | all: stamp-doxygen stamp-latex |
---|
6 | |
---|
7 | stamp-doxygen: |
---|
8 | if DOXYGEN |
---|
9 | doxygen doxygen.cfg |
---|
10 | touch stamp-doxygen |
---|
11 | endif |
---|
12 | |
---|
13 | stamp-latex: stamp-doxygen |
---|
14 | if DOXYGEN |
---|
15 | if LATEX |
---|
16 | cd latex && $(MAKE) $(AM_CFLAGS) ps |
---|
17 | touch stamp-latex |
---|
18 | endif |
---|
19 | endif |
---|
20 | |
---|
21 | clean: clean-local |
---|
22 | clean-local: |
---|
23 | -rm -Rf html latex man |
---|
24 | -rm -f stamp-latex stamp-doxygen |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.