Changeset 5188
- Timestamp:
- 04/17/08 13:18:18 (7 months ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (2 diffs)
- lm-sensors/trunk/doc/Makefile (modified) (2 diffs)
- lm-sensors/trunk/doc/svn (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r5018 r5188 354 354 grep -v ^$$lmpackage/$$lmpackage.tar$$ | \ 355 355 grep -v ^$$lmpackage/$$ | \ 356 grep -v / CVS| \356 grep -v /\\.svn | \ 357 357 grep -v /\\.# | \ 358 358 tar rvf $$lmpackage.tar -T -; \ … … 373 373 grep -v ^$$lmpackage/kernel/busses | \ 374 374 grep -v ^$$lmpackage/$$ | \ 375 grep -v / CVS| \375 grep -v /\\.svn | \ 376 376 grep -v /\\.# | \ 377 377 tar rvf $$lmpackage.tar -T -; \ 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.texilm-sensors/trunk/doc/svn
r4063 r5188 19 19 for how to build the code. Also read the related files in the 'doc' directory 20 20 for info regarding the different bus and chip drivers. Lastly, you can use 21 the regular svn commands on the files (like cvslog [filename]) to see the21 the regular svn commands on the files (like svn log [filename]) to see the 22 22 comments made by the developers as changes were made. 23 23
