mirror of
https://github.com/git/git.git
synced 2026-01-13 12:13:37 +00:00
12 lines
94 B
Makefile
12 lines
94 B
Makefile
all:
|
|
|
|
clean:
|
|
rm -f Subpro.html
|
|
|
|
|
|
all: Subpro.html
|
|
|
|
%.html: %.txt
|
|
asciidoc -bxhtml11 $*.txt
|
|
|