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 (13 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in

EXTRA_DIST = items.tex items.cfg items.dxt items.sty Makefile.latex header.html footer.html

if BUILD_DOC
all:
	$(P_DOXYGEN) items.cfg
	@cp items.sty latex/items.sty
	@cp Makefile.latex latex/Makefile
	@mv latex/refman.tex latex/items.tex    

CLEANFILES = -R html latex
endif