mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
0fb8a46647
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@882 af15c1b1-3010-417e-b628-4374ebc0bcbd
6 lines
164 B
Text
6 lines
164 B
Text
# sgml tools are from linuxdoc-tools
|
|
default: README.sgml
|
|
sgml2html -s 0 -T 2 README.sgml 2>/dev/null
|
|
all: default text
|
|
text txt: README.sgml
|
|
sgml2rawtxt README
|