[vlc-commits] Contrib: better documentation for bootstrap
Jean-Baptiste Kempf
git at videolan.org
Wed Nov 30 01:39:41 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 30 01:38:55 2011 +0100| [10db18e89a412d2314916e893fea836ebb6b3032] | committer: Jean-Baptiste Kempf
Contrib: better documentation for bootstrap
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10db18e89a412d2314916e893fea836ebb6b3032
---
contrib/bootstrap | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 170b8f1..9ad1068 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -204,12 +204,14 @@ Run "make" to start compilation.
Other targets:
* make install same as "make"
+ * make prebuilt fetch and install prebuilt binaries
+ * make list list packages
* make fetch fetch required source tarballs
* make fetch-all fetch all source tarballs
* make distclean clean everything and undo bootstrap
* make mostlyclean clean everything except source tarballs
* make clean clean everything
- * make list list packages
+ * make package prepare prebuilt packages
EOF
mkdir -p ../../contrib/tarballs
More information about the vlc-commits
mailing list