root/lm-sensors/branches/lm-sensors-2.10/doc/Makefile

Revision 5615, 468 bytes (checked in by khali, 3 years ago)

Force locale to C, so that the FAQ headers are always in English.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#
2# quick makefile for the FAQ.
3# So that both the text and html FAQ are accessible on the web
4# they are checked into SVN along with the .texi source.
5# Don't forget to update version.texi.
6# Run 'make' and then check in all 4 files after editing the .texi source.
7#
8all::  lm_sensors-FAQ.html FAQ
9
10%.html: %.texi version.texi
11        LANG=C makeinfo --html --no-split --number-sections $<
12
13FAQ: lm_sensors-FAQ.texi
14        LANG=C makeinfo --no-headers --number-sections -o FAQ $<
Note: See TracBrowser for help on using the browser.