You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- EXTRA_DIST = doxygen.cfg footer.html header.html $(man_MANS)
-
- man_MANS = caca-config.1 caca-demo.1 caca-spritedit.1
-
- all: stamp-doxygen stamp-latex
-
- stamp-doxygen:
- if DOXYGEN
- doxygen doxygen.cfg
- touch stamp-doxygen
- endif
-
- stamp-latex: stamp-doxygen
- if DOXYGEN
- if LATEX
- cd latex && $(MAKE) $(AM_CFLAGS) ps
- touch stamp-latex
- endif
- endif
-
- clean: clean-local
- clean-local:
- -rm -Rf html latex
- -rm -f stamp-latex stamp-doxygen
|