root/lm-sensors/tags/V3-0-1/doc/Makefile

Revision 2199, 0.6 kB (checked in by mds, 5 years ago)

add version.texi

  • 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 # (the website points into CVS for the FAQ),
5 # they are checked into CVS along with the .texi source.
6 # Don't forget to update version.texi.
7 # Run 'make' and then check in all 4 files after editing the .texi source.
8 # Or do 'make ci'
9 #
10 all::  lm_sensors-FAQ.html FAQ
11
12 %.html: %.texi version.texi
13         makeinfo --html --no-split --number-sections $<
14
15 FAQ: lm_sensors-FAQ.texi
16         makeinfo --no-headers --number-sections -o FAQ $<
17
18 ci: all
19         cvs ci lm_sensors-FAQ.texi lm_sensors-FAQ.html FAQ version.texi
Note: See TracBrowser for help on using the browser.