File: Makefile.am

package info (click to toggle)
langupdate 0.1.0
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,952 kB
  • ctags: 149
  • sloc: sh: 10,164; cpp: 1,130; makefile: 94
file content (20 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if BUILD_XML
SUBDIRS = xml man
else
SUBDIRS = man
endif

DIST_SUBDIRS = xml man

EXTRA_DIST = \
 doxygen.cfg.in \
 mainpage.h

all:

doc: doxygen.cfg
	rm -rf html refman.pdf
	doxygen doxygen.cfg

clean:
	$(RM) *~ *.bak