Changeset 275 for libcaca/trunk/doc
- Timestamp:
- Dec 24, 2003, 5:16:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/Makefile.am
r270 r275 7 7 htmldocdir = $(datadir)/doc/libcaca-dev/html 8 8 if LATEX 9 psdoc_DATA = latex/ refman.ps9 psdoc_DATA = latex/libcaca.ps 10 10 psdocdir = $(datadir)/doc/libcaca-dev/ps 11 11 endif … … 13 13 14 14 html/doxygen.css html/doxygen.png: stamp-doxygen 15 latex/ refman.ps: stamp-latex15 latex/libcaca.ps: stamp-latex 16 16 17 17 stamp-doxygen: … … 24 24 if DOXYGEN 25 25 if LATEX 26 rm -f latex/libcaca.ps 26 27 cd latex && $(MAKE) $(AM_CFLAGS) ps 28 mv latex/refman.ps latex/libcaca.ps 27 29 touch stamp-latex 28 30 endif
Note: See TracChangeset
for help on using the changeset viewer.