Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
update to match gtk-sharp/doc/makefile
Browse files Browse the repository at this point in the history
svn path=/trunk/gtkmozembed-sharp/; revision=15839
  • Loading branch information
John Luke committed Jul 2, 2003
1 parent c6cd7a9 commit 847b408
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/ChangeLog
@@ -0,0 +1,2 @@
2003-07-01 John Luke <jluke@cfl.rr.com>
* Makefile: update to match gtk-sharp one
5 changes: 3 additions & 2 deletions doc/Makefile
Expand Up @@ -10,8 +10,9 @@ gtkmozembed-sharp-docs.zip gtkmozembed-sharp-docs.tree: en/*/*.xml
mono $(ASSEMBLER) --ecma en -o gtkmozembed-sharp-docs

install: gtkmozembed-sharp-docs.zip gtkmozembed-sharp-docs.tree
install -m 644 gtkmozembed-sharp-docs.zip gtkmozembed-sharp-docs.tree $(prefix)/lib/monodoc/sources
install -m 644 gtkmozembed-sharp-docs.source $(prefix)/lib/monodoc/sources
install -m 644 gtkmozembed-sharp-docs.zip gtkmozembed-sharp-docs.tree `monodoc --get-sourcesdir`
install -m 644 gtkmozembed-sharp-docs.source `monodoc --get-sourcesdir`

clean:
rm *.tree
rm *zip

0 comments on commit 847b408

Please sign in to comment.