File: Makefile

package info (click to toggle)
lm-sensors 1%3A2.10.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,324 kB
  • ctags: 10,814
  • sloc: ansic: 63,969; perl: 8,111; sh: 1,823; makefile: 399; lex: 371; yacc: 312; python: 11
file content (14 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# quick makefile for the FAQ.
# So that both the text and html FAQ are accessible on the web
# they are checked into SVN along with the .texi source.
# Don't forget to update version.texi.
# Run 'make' and then check in all 4 files after editing the .texi source.
#
all::  lm_sensors-FAQ.html FAQ

%.html: %.texi version.texi
	makeinfo --html --no-split --number-sections $<

FAQ: lm_sensors-FAQ.texi
	makeinfo --no-headers --number-sections -o FAQ $<