File: Makefile.am

package info (click to toggle)
libgocr 0.7.2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,888 kB
  • ctags: 3,506
  • sloc: sh: 8,723; ansic: 7,872; makefile: 242
file content (30 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
all-local:
if LATEX
	@echo "Running LaTeX..."
	-@LATEX@ -interaction=nonstopmode api.tex
	@echo "Running makeindex..."
	makeindex api.idx
	@echo "Rerunning LaTeX..."
	-@LATEX@ -interaction=nonstopmode api.tex
if DVIPS
	echo "Running dvips..."
	-@DVIPS@ api.dvi
endif
if LATEX2HTML
	echo "Running latex2html..."
	-mkdir tutorial
	-@LATEX2HTML@ -dir tutorial api.tex
endif
endif
if DOXYGEN
	@echo "Running doxygen..."
	@DOXYGEN@ api.doxygen
endif


clean-local:
	rm -f api.aux api.dvi api.ilg api.ind api.idx api.log api.toc

dist-local: clean-local
	rm -f api.ps
	rm -rf html man