git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Виправлена помилка компіляції бібліотеки common.lib на платформі Win32
[stg.git]
/
doc
/
xmlrpc-doc
/
Makefile
diff --git
a/doc/xmlrpc-doc/Makefile
b/doc/xmlrpc-doc/Makefile
index b0a8ea5d7cdb5cd366e3d1d6033401d5699eeeaf..098896c7963ae2d79410e1b5e49d848ef39ea44c 100644
(file)
--- a/
doc/xmlrpc-doc/Makefile
+++ b/
doc/xmlrpc-doc/Makefile
@@
-1,5
+1,7
@@
all:
+ mkdir book
xsltproc --xinclude --xincludestyle /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl API.xml
+ mv *html book/
clean:
- rm -
f *html
+ rm -
r book