File: Makefile.am

package info (click to toggle)
adonthell 0.3.8-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,416 kB
  • sloc: cpp: 50,659; sh: 5,142; python: 3,307; makefile: 338; lex: 216; sed: 16
file content (10 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
## Process this file with automake to produce Makefile.in

EXTRA_DIST = dlgedit-api.cfg

if BUILD_DOC
all:
	$(P_DOXYGEN) dlgedit-api.cfg

CLEANFILES = -R html latex
endif