Clean up naming of old GENTARGETS infrastructure
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 5 Jul 2012 22:06:46 +0000 (00:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 17 Jul 2012 18:24:03 +0000 (20:24 +0200)
commit2359e1223f622c8984f235fd8ddfb40a8e1cdc7a
tree03246b91a4f642f2019492092ca17db4a64fd54e
parente1502ebc0c92763896c53d405ee9c7c7a1a33e24
Clean up naming of old GENTARGETS infrastructure

With the renaming of XXXTARGETS to xxx-package, the names of the
pkg-xxx.mk files is inconsistent, as well as some internal names in
the documentation.  These inconsistencies are cleaned up here.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
 ...kages-autotargets.txt => adding-packages-autotools.txt} |    4 ++--
 ...packages-cmaketargets.txt => adding-packages-cmake.txt} |    4 ++--
 docs/manual/adding-packages-directory.txt                  |   12 ++++++------
 ...packages-gentargets.txt => adding-packages-generic.txt} |    4 ++--
 docs/manual/adding-packages.txt                            |    6 +++---
 package/Makefile.in                                        |    6 +++---
 package/{pkg-autotargets.mk => pkg-autotools.mk}           |    0
 package/{pkg-cmaketargets.mk => pkg-cmake.mk}              |    0
 package/{pkg-gentargets.mk => pkg-generic.mk}              |    0
 9 files changed, 18 insertions(+), 18 deletions(-)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 files changed:
docs/manual/adding-packages-autotargets.txt [deleted file]
docs/manual/adding-packages-autotools.txt [new file with mode: 0644]
docs/manual/adding-packages-cmake.txt [new file with mode: 0644]
docs/manual/adding-packages-cmaketargets.txt [deleted file]
docs/manual/adding-packages-directory.txt
docs/manual/adding-packages-generic.txt [new file with mode: 0644]
docs/manual/adding-packages-gentargets.txt [deleted file]
docs/manual/adding-packages.txt
package/Makefile.in
package/pkg-autotargets.mk [deleted file]
package/pkg-autotools.mk [new file with mode: 0644]
package/pkg-cmake.mk [new file with mode: 0644]
package/pkg-cmaketargets.mk [deleted file]
package/pkg-generic.mk [new file with mode: 0644]
package/pkg-gentargets.mk [deleted file]