source: libcaca/trunk/doc/Makefile.am @ 215

Last change on this file since 215 was 215, checked in by Sam Hocevar, 20 years ago
  • examples/: + Simple image viewer, cacaview, based on libcaca and imlib2. + Renamed caca-demo into cacademo.
  • doc/: + Renamed doc/caca-demo.1 into doc/cacademo.1.
File size: 437 bytes
Line 
1EXTRA_DIST = doxygen.cfg footer.html header.html $(man_MANS)
2
3man_MANS = caca-config.1 cacademo.1 caca-spritedit.1 cacaview.1
4
5all: stamp-doxygen stamp-latex
6
7stamp-doxygen:
8if DOXYGEN
9        doxygen doxygen.cfg
10        touch stamp-doxygen
11endif
12
13stamp-latex: stamp-doxygen
14if DOXYGEN
15if LATEX
16        cd latex && $(MAKE) $(AM_CFLAGS) ps
17        touch stamp-latex
18endif
19endif
20
21clean: clean-local
22clean-local:
23        -rm -Rf html latex
24        -rm -f stamp-latex stamp-doxygen
25
Note: See TracBrowser for help on using the repository browser.