summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/NEWPACKETHOWTO90
-rw-r--r--Documentation/README4
-rw-r--r--README7
3 files changed, 6 insertions, 95 deletions
diff --git a/Documentation/NEWPACKETHOWTO b/Documentation/NEWPACKETHOWTO
deleted file mode 100644
index 4c1c33cb0..000000000
--- a/Documentation/NEWPACKETHOWTO
+++ /dev/null
@@ -1,90 +0,0 @@
-PTXdist
-How to add a new packet to the building tree
-============================================
-
-General notes
--------------
-
-The script rules/NEWPACKET; it asks you some basic questions and
-spits out a makefile for your packet which has the major stuff in place
-and can easily be adapted to your needs afterwards.
-
-The basic idea is that Makefile, rules/Rules.make and rules/*.make are
-all one big makefile (included by Makefile). So you can make some target
-being dependend on every other target of the system. Just find out what
-you need in order to build something and add it to the list of
-dependencies.
-
-Then you have the configuration system: it all starts with
-config/Config.in, which will be split up in the future. For some packets
-it follows the "new" scheme to include rules/foobar.in files for the
-packets.
-
-NEWPACKET just takes rules/template.make and fills in the stuff you
-enter. You have to add config options for your packets, either in
-config/Config.in or - better - just add a source entry there and add
-your options in rules/foobar.in.
-
-
-Steps
------
-
-A. use script rules/NEWPACKET to add a new packet (example NewToolName)
-B. rules/NewToolName.in
-C. config/Config.in
-
-
-
-Example
--------
-
-In this example we are going to add a new packet into the
-menu "Graphics Libraries "
-
-1.---------
-Edit rules/NewToolName.in and modify the entries you want to see
-when configuring
-
-menu "NewToolName-2.1.0 "
-config NEWTOOLNAME
- bool
- prompt "Compile NewToolName"
-endmenu
-
-2.---------
-Edit config/Config.in
-
-menu "Graphics Libraries "
-
-source rules/xfree430.in
-source rules/clementine.in
-source rules/NewToolName.in
-
-endmenu
-
-
-Caution
--------
-If you perform a manual compilation (like me)
-
-$ make xconfig
-$ make extract
-$ make prepare
-$ make compile
-$ make install
-
-bear in mind that each make step is conditioned by the existence of the
-correspondent touched file in the directory state.
-So you get these three files after these steps
-state/NewToolName.extract
-state/NewToolName.prepare
-state/NewToolName.compile
-
-If you need a modulr rebuild you need simply to delete the file corresponding
-to the desired step.
-
-
-
-03-10-2003
-Marco Cavallini <m.cavallini@koansoftware.com>
-
diff --git a/Documentation/README b/Documentation/README
deleted file mode 100644
index 8804913d4..000000000
--- a/Documentation/README
+++ /dev/null
@@ -1,4 +0,0 @@
-For documentation please refer:
-
-http://www.pengutronix.de/software/ptxdist/documentation_en.html
-
diff --git a/README b/README
index 78ed86201..031d1acb2 100644
--- a/README
+++ b/README
@@ -135,5 +135,10 @@ Bugs
----
- search for FIXMEs
-- see TODO, which is out of date :-)
+- see TODO
+
+For documentation please refer:
+-------------------------------
+
+http://www.pengutronix.de/software/ptxdist/documentation_en.html