projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b92308
)
added install target to be used by a cron job on alioth
author
Stefano Zacchiroli
<zack@debian.org>
Tue, 19 Sep 2006 11:56:53 +0000
(11:56 +0000)
committer
Stefano Zacchiroli
<zack@debian.org>
Tue, 19 Sep 2006 11:56:53 +0000
(11:56 +0000)
debian/policy/Makefile
patch
|
blob
|
history
diff --git
a/debian/policy/Makefile
b/debian/policy/Makefile
index 08bc6c7c49976277122a6ef0a16df0c172396fd6..9d9d4a9e99f3523ec82b0142534f69d7973c6968 100644
(file)
--- a/
debian/policy/Makefile
+++ b/
debian/policy/Makefile
@@
-1,5
+1,15
@@
+NULL =
+INSTALL_STUFF = \
+ ocaml_packaging_policy.html/ \
+ ocaml_packaging_policy.txt \
+ $(NULL)
+
all: html text
+# to be used on alioth for updating policy linked by pkg-ocaml-maint home page
+install:
+ cp -r $(INSTALL_STUFF) ~/pkg-ocaml-maint/htdocs/
+
html: ocaml_packaging_policy.html/index.html
text: ocaml_packaging_policy.txt