/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.PHONY <files>
	don't check "up to date"
.SUFFIXIES <...>
	check files with this extension
.DEFAULT <rule>
	if rule not specified use this
.PRECIOUS <files>
	Constant files
.INTERMEDIATE <files>
	temporary files
.SECONDARY <files>
	temporary files which would not been deleted
.IGNORE
	don't exit on errors
.SILENT
	no output
.EXPORT_ALL_VIRABLES
	export all virables to subprocesses