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

doc directory no longer exported

Rev: bin/export.pike:1.8
parent 297fff63
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.7 1997/09/09 04:39:43 hubbe Exp $ */ /* $Id: export.pike,v 1.8 1997/10/14 03:08:46 hubbe Exp $ */
#include <simulate.h> #include <simulate.h>
...@@ -80,7 +80,6 @@ int main(int argc, string *argv) ...@@ -80,7 +80,6 @@ int main(int argc, string *argv)
files=sum(({ vpath+"/README" }), files=sum(({ vpath+"/README" }),
get_files(vpath+"/src"), get_files(vpath+"/src"),
get_files(vpath+"/doc"),
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.
Please register or to comment