comparison msdos/mainmake @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 40a7360c9f8d
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
27 # record the configuration. Also preserve files that could be made 27 # record the configuration. Also preserve files that could be made
28 # by building, but normally aren't because the distribution comes 28 # by building, but normally aren't because the distribution comes
29 # with them. 29 # with them.
30 # 30 #
31 # Delete `.dvi' files here if they are not part of the distribution. 31 # Delete `.dvi' files here if they are not part of the distribution.
32 # 32 #
33 # make distclean 33 # make distclean
34 # Delete all files from the current directory that are created by 34 # Delete all files from the current directory that are created by
35 # configuring or building the program. If you have unpacked the 35 # configuring or building the program. If you have unpacked the
36 # source and built the program without creating any other files, 36 # source and built the program without creating any other files,
37 # `make distclean' should leave only the files that were in the 37 # `make distclean' should leave only the files that were in the
38 # distribution. 38 # distribution.
39 # 39 #
40 # make realclean 40 # make realclean
41 # Delete everything from the current directory that can be 41 # Delete everything from the current directory that can be
42 # reconstructed with this Makefile. This typically includes 42 # reconstructed with this Makefile. This typically includes
43 # everything deleted by distclean, plus more: C source files 43 # everything deleted by distclean, plus more: C source files
44 # produced by Bison, tags tables, info files, and so on. 44 # produced by Bison, tags tables, info files, and so on.