[geany/geany-plugins] b38356: Adding a hint to --enable and --skip to waf section of README
Frank Lanitz
git-noreply at xxxxx
Sat Jul 7 11:38:41 UTC 2012
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Sat, 07 Jul 2012 11:38:41
Commit: b383567cc67a6ea9f54bd508347883461c4c54b2
https://github.com/geany/geany-plugins/commit/b383567cc67a6ea9f54bd508347883461c4c54b2
Log Message:
-----------
Adding a hint to --enable and --skip to waf section of README
Modified Paths:
--------------
README
Modified: README
5 files changed, 5 insertions(+), 0 deletions(-)
===================================================================
@@ -104,3 +104,8 @@ For doing this you have similar to building with autotools run three steps::
./waf configure
./waf build
./waf install
+
+By default all plguins are available, having dependencies satisfied.
+However, if you like to either enable or disable a particular plugin
+you can use ./waf configure --enable <pluginname> or ./waf configure
+--skip <pluginname>
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list