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.
 
 
 
 
 
 

26 lines
427 B

  1. EXTRA_DIST = doxygen.cfg footer.html header.html $(man_MANS)
  2. man_MANS = caca-config.1 caca-demo.1 caca-spritedit.1
  3. all: stamp-doxygen stamp-latex
  4. stamp-doxygen:
  5. if DOXYGEN
  6. doxygen doxygen.cfg
  7. touch stamp-doxygen
  8. endif
  9. stamp-latex: stamp-doxygen
  10. if DOXYGEN
  11. if LATEX
  12. cd latex && $(MAKE) $(AM_CFLAGS) ps
  13. touch stamp-latex
  14. endif
  15. endif
  16. clean: clean-local
  17. clean-local:
  18. -rm -Rf html latex
  19. -rm -f stamp-latex stamp-doxygen