summaryrefslogtreecommitdiffstats
path: root/doc/texi/build/command.texi
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-03-02 07:30:13 +0000
committerkonablend <[email protected]>2009-03-02 07:30:13 +0000
commit8cfa7b9504c66677bff67d9097541f62ea7e3a40 (patch)
tree3012e41c5e7cfff616714fc5a60c09ecd4fbd31e /doc/texi/build/command.texi
parentb562bba490ec89339ad839f2e519e5c710fdbaeb (diff)
BuildSystem:
- split build guide into 3 articles, one for each platform - populated root of tree with 3 platform Building guides: osx, cygwin, linux for convenience - added python script (needs python3.0) to optionally generate wiki from .texi articles git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2195 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/texi/build/command.texi')
-rw-r--r--doc/texi/build/command.texi27
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/texi/build/command.texi b/doc/texi/build/command.texi
deleted file mode 100644
index db6b0b493..000000000
--- a/doc/texi/build/command.texi
+++ /dev/null
@@ -1,27 +0,0 @@
-@macro COMMAND.checkout{}
-svn checkout @value{HB.repo.url} @value{HB.acro.lower}-@value{HB.repo.branch}
-cd @value{HB.acro.lower}-@value{HB.repo.branch}
-@end macro
-
-@macro COMMAND.configure.launch{}
-./configure --launch
-@end macro
-
-@macro COMMAND.configure{}
-rm -fr build/
-mkdir build/
-cd build/
-../configure
-@end macro
-
-@macro COMMAND.build{}
-make
-@end macro
-
-@macro COMMAND.clean{}
-make clean
-@end macro
-
-@macro COMMAND.xclean{}
-make xclean
-@end macro