Last change
on this file since 208 was
208,
checked in by Sam Hocevar, 17 years ago
|
- debian/:
+ Wrote the changelog for the Debian release.
+ Wrote a copyright file.
- doc/:
+ Wrote manpages for caca-demo and caca-spritedit.
- examples/caca.txt:
+ Centered the sprite handle.
+ Added a second frame to the sprite.
|
File size:
427 bytes
|
Line | |
---|
1 | EXTRA_DIST = doxygen.cfg footer.html header.html $(man_MANS) |
---|
2 | |
---|
3 | man_MANS = caca-config.1 caca-demo.1 caca-spritedit.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 |
---|
24 | -rm -f stamp-latex stamp-doxygen |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.