Skip to content
Snippets Groups Projects
Commit 47ba29ac authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

modified to include ANNOUNCE

Rev: bin/export.pike:1.11
parent 7374706f
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike #!/usr/local/bin/pike
/* $Id: export.pike,v 1.10 1997/11/20 19:28:22 hubbe Exp $ */ /* $Id: export.pike,v 1.11 1997/11/30 05:41:30 hubbe Exp $ */
#include <simulate.h> #include <simulate.h>
...@@ -94,7 +94,7 @@ int main(int argc, string *argv) ...@@ -94,7 +94,7 @@ int main(int argc, string *argv)
system("ln -s pike "+vpath); system("ln -s pike "+vpath);
files=sum(({ vpath+"/README" }), files=sum(({ vpath+"/README", vpath+"/ANNOUNCE" }),
get_files(vpath+"/src"), get_files(vpath+"/src"),
get_files(vpath+"/lib"), get_files(vpath+"/lib"),
get_files(vpath+"/bin")); get_files(vpath+"/bin"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment