File: Makefile.am

package info (click to toggle)
libdvdnav 4.1.3-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 844 kB
  • ctags: 857
  • sloc: ansic: 7,273; sh: 364; makefile: 224; 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