File: Makefile.am

package info (click to toggle)
libdvdnav 4.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,144 kB
  • ctags: 1,781
  • sloc: ansic: 13,519; sh: 608; makefile: 312; cpp: 71
file content (8 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
include $(top_srcdir)/misc/Makefile.common

EXTRA_DIST = doxy.conf mainpage.cpp tutorial.cpp dvd_structures library_layout

docs: doxy.conf
	@if test x"$(DOXYGEN)" != "xno"; then \
	  $(DOXYGEN) doxy.conf > /dev/null 2> /dev/null; \
	fi