File: Makefile.am

package info (click to toggle)
cairo 1.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 100,404 kB
  • sloc: ansic: 226,667; xml: 16,073; sh: 12,046; cpp: 3,725; cs: 1,763; makefile: 1,070; python: 155; awk: 86
file content (7 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
include $(top_srcdir)/build/Makefile.am.common

SUBDIRS=public

doc:
	cd public && $(MAKE) $(AM_MAKEFLAGS) doc
.PHONY: doc