File: Makefile.am

package info (click to toggle)
normalize 0.7.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,804 kB
  • ctags: 719
  • sloc: ansic: 8,244; sh: 7,534; perl: 454; makefile: 177; sed: 16
file content (18 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

SUBDIRS = fr
man_MANS = normalize.1 normalize-mp3.1
EXTRA_DIST = $(man_MANS) normalize.sgml frontend.txt

default:

normalize.1: normalize.sgml
	onsgmls $< \
	| sgmlspl $(SGML_SHARE)/docbook2X/docbook2man-spec.pl

README.html: README.sgml
	openjade -t sgml -d "$(SGML_SHARE)/dsssl/docbook/html/ldp.dsl#html" $<
	sed 's/index.html/README.html/g' index.html > README.html

README.rtf: README.sgml
	openjade -t rtf -d "$(SGML_SHARE)/dsssl/docbook/print/ldp.dsl#print" $<