mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 04:45:35 +00:00
improve makefile
svn path=/trunk/gtk-sharp/; revision=15634
This commit is contained in:
parent
823fed21de
commit
152a221474
|
@ -13,8 +13,9 @@ gtk-sharp-docs.zip gtk-sharp-docs.tree: en/*/*.xml
|
|||
mono $(ASSEMBLER) --ecma en -o gtk-sharp-docs
|
||||
|
||||
install: gtk-sharp-docs.zip gtk-sharp-docs.tree
|
||||
install -m 644 gtk-sharp-docs.zip gtk-sharp-docs.tree $(prefix)/lib/monodoc/sources
|
||||
install -m 644 gtk-sharp-docs.source $(prefix)/lib/monodoc/sources
|
||||
install -m 644 gtk-sharp-docs.zip gtk-sharp-docs.tree `monodoc --get-sourcesdir`
|
||||
install -m 644 gtk-sharp-docs.source `monodoc --get-sourcesdir`
|
||||
|
||||
clean:
|
||||
rm *.tree
|
||||
rm *zip
|
||||
|
|
Loading…
Reference in a new issue