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

#man_MANS = normalize.1
#mandir = @mandir@/fr
#EXTRA_DIST = $(man_MANS) normalize.sgml README
EXTRA_DIST = normalize.1 normalize.sgml README

#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" $<