Changeset 5188 for lm-sensors/trunk/doc/Makefile
- Timestamp:
- 04/17/08 13:18:18 (5 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/Makefile
r2199 r5188 2 2 # quick makefile for the FAQ. 3 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. 4 # they are checked into SVN along with the .texi source. 6 5 # Don't forget to update version.texi. 7 6 # Run 'make' and then check in all 4 files after editing the .texi source. 8 # Or do 'make ci'9 7 # 10 8 all:: lm_sensors-FAQ.html FAQ … … 15 13 FAQ: lm_sensors-FAQ.texi 16 14 makeinfo --no-headers --number-sections -o FAQ $< 17 18 ci: all19 cvs ci lm_sensors-FAQ.texi lm_sensors-FAQ.html FAQ version.texi
