Forráskód Böngészése

handbook: Move into documentation directory

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie 14 éve
szülő
commit
2208328791
46 módosított fájl, 5 hozzáadás és 43 törlés
  1. 2 2
      documentation/poky-ref-manual/Makefile
  2. 0 0
      documentation/poky-ref-manual/TODO
  3. 0 0
      documentation/poky-ref-manual/bsp-guide.xml
  4. 0 0
      documentation/poky-ref-manual/bsp.xml
  5. 0 0
      documentation/poky-ref-manual/development.xml
  6. 0 0
      documentation/poky-ref-manual/examples/hello-autotools/hello_2.3.bb
  7. 0 0
      documentation/poky-ref-manual/examples/hello-single/files/helloworld.c
  8. 0 0
      documentation/poky-ref-manual/examples/hello-single/hello.bb
  9. 0 0
      documentation/poky-ref-manual/examples/libxpm/libxpm_3.5.6.bb
  10. 0 0
      documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb
  11. 0 0
      documentation/poky-ref-manual/extendpoky.xml
  12. 0 0
      documentation/poky-ref-manual/faq.xml
  13. 0 0
      documentation/poky-ref-manual/introduction.xml
  14. 0 0
      documentation/poky-ref-manual/poky-beaver.png
  15. 0 0
      documentation/poky-ref-manual/poky-handbook.png
  16. 0 0
      documentation/poky-ref-manual/poky-handbook.xml
  17. 0 0
      documentation/poky-ref-manual/poky-logo.svg
  18. 0 0
      documentation/poky-ref-manual/ref-bitbake.xml
  19. 0 0
      documentation/poky-ref-manual/ref-classes.xml
  20. 0 0
      documentation/poky-ref-manual/ref-features.xml
  21. 0 0
      documentation/poky-ref-manual/ref-images.xml
  22. 0 0
      documentation/poky-ref-manual/ref-structure.xml
  23. 0 0
      documentation/poky-ref-manual/ref-variables.xml
  24. 0 0
      documentation/poky-ref-manual/ref-varlocality.xml
  25. 0 0
      documentation/poky-ref-manual/resources.xml
  26. 0 0
      documentation/poky-ref-manual/screenshots/ss-anjuta-poky-1.png
  27. 0 0
      documentation/poky-ref-manual/screenshots/ss-anjuta-poky-2.png
  28. 0 0
      documentation/poky-ref-manual/screenshots/ss-oprofile-viewer.png
  29. 0 0
      documentation/poky-ref-manual/screenshots/ss-sato.png
  30. 0 0
      documentation/poky-ref-manual/style.css
  31. 0 0
      documentation/poky-ref-manual/usingpoky.xml
  32. 0 0
      documentation/template/Vera.ttf
  33. 0 0
      documentation/template/Vera.xml
  34. 0 0
      documentation/template/VeraMoBd.ttf
  35. 0 0
      documentation/template/VeraMoBd.xml
  36. 0 0
      documentation/template/VeraMono.ttf
  37. 0 0
      documentation/template/VeraMono.xml
  38. 0 0
      documentation/template/draft.png
  39. 0 0
      documentation/template/fop-config.xml
  40. 0 0
      documentation/template/ohand-color.svg
  41. 0 0
      documentation/template/poky-db-pdf.xsl
  42. 0 0
      documentation/template/poky-handbook.png
  43. 0 0
      documentation/template/poky.svg
  44. 0 0
      documentation/template/titlepage.templates.xml
  45. 3 3
      documentation/tools/poky-docbook-to-pdf
  46. 0 38
      handbook/ChangeLog

+ 2 - 2
handbook/Makefile → documentation/poky-ref-manual/Makefile

@@ -1,8 +1,8 @@
 all: html pdf tarball
 
 pdf:
-	./tools/poky-docbook-to-pdf poky-handbook.xml ./template
-	./tools/poky-docbook-to-pdf bsp-guide.xml ./template
+	cd ..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/poky-handbook.xml ./template
+	cd..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/bsp-guide.xml ./template
 
 XSLTOPTS = --stringparam html.stylesheet style.css \
            --stringparam  chapter.autolabel 1 \

+ 0 - 0
handbook/TODO → documentation/poky-ref-manual/TODO


+ 0 - 0
handbook/bsp-guide.xml → documentation/poky-ref-manual/bsp-guide.xml


+ 0 - 0
handbook/bsp.xml → documentation/poky-ref-manual/bsp.xml


+ 0 - 0
handbook/development.xml → documentation/poky-ref-manual/development.xml


+ 0 - 0
handbook/examples/hello-autotools/hello_2.3.bb → documentation/poky-ref-manual/examples/hello-autotools/hello_2.3.bb


+ 0 - 0
handbook/examples/hello-single/files/helloworld.c → documentation/poky-ref-manual/examples/hello-single/files/helloworld.c


+ 0 - 0
handbook/examples/hello-single/hello.bb → documentation/poky-ref-manual/examples/hello-single/hello.bb


+ 0 - 0
handbook/examples/libxpm/libxpm_3.5.6.bb → documentation/poky-ref-manual/examples/libxpm/libxpm_3.5.6.bb


+ 0 - 0
handbook/examples/mtd-makefile/mtd-utils_1.0.0.bb → documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb


+ 0 - 0
handbook/extendpoky.xml → documentation/poky-ref-manual/extendpoky.xml


+ 0 - 0
handbook/faq.xml → documentation/poky-ref-manual/faq.xml


+ 0 - 0
handbook/introduction.xml → documentation/poky-ref-manual/introduction.xml


+ 0 - 0
handbook/poky-beaver.png → documentation/poky-ref-manual/poky-beaver.png


+ 0 - 0
handbook/poky-handbook.png → documentation/poky-ref-manual/poky-handbook.png


+ 0 - 0
handbook/poky-handbook.xml → documentation/poky-ref-manual/poky-handbook.xml


+ 0 - 0
handbook/poky-logo.svg → documentation/poky-ref-manual/poky-logo.svg


+ 0 - 0
handbook/ref-bitbake.xml → documentation/poky-ref-manual/ref-bitbake.xml


+ 0 - 0
handbook/ref-classes.xml → documentation/poky-ref-manual/ref-classes.xml


+ 0 - 0
handbook/ref-features.xml → documentation/poky-ref-manual/ref-features.xml


+ 0 - 0
handbook/ref-images.xml → documentation/poky-ref-manual/ref-images.xml


+ 0 - 0
handbook/ref-structure.xml → documentation/poky-ref-manual/ref-structure.xml


+ 0 - 0
handbook/ref-variables.xml → documentation/poky-ref-manual/ref-variables.xml


+ 0 - 0
handbook/ref-varlocality.xml → documentation/poky-ref-manual/ref-varlocality.xml


+ 0 - 0
handbook/resources.xml → documentation/poky-ref-manual/resources.xml


+ 0 - 0
handbook/screenshots/ss-anjuta-poky-1.png → documentation/poky-ref-manual/screenshots/ss-anjuta-poky-1.png


+ 0 - 0
handbook/screenshots/ss-anjuta-poky-2.png → documentation/poky-ref-manual/screenshots/ss-anjuta-poky-2.png


+ 0 - 0
handbook/screenshots/ss-oprofile-viewer.png → documentation/poky-ref-manual/screenshots/ss-oprofile-viewer.png


+ 0 - 0
handbook/screenshots/ss-sato.png → documentation/poky-ref-manual/screenshots/ss-sato.png


+ 0 - 0
handbook/style.css → documentation/poky-ref-manual/style.css


+ 0 - 0
handbook/usingpoky.xml → documentation/poky-ref-manual/usingpoky.xml


+ 0 - 0
handbook/template/Vera.ttf → documentation/template/Vera.ttf


+ 0 - 0
handbook/template/Vera.xml → documentation/template/Vera.xml


+ 0 - 0
handbook/template/VeraMoBd.ttf → documentation/template/VeraMoBd.ttf


+ 0 - 0
handbook/template/VeraMoBd.xml → documentation/template/VeraMoBd.xml


+ 0 - 0
handbook/template/VeraMono.ttf → documentation/template/VeraMono.ttf


+ 0 - 0
handbook/template/VeraMono.xml → documentation/template/VeraMono.xml


+ 0 - 0
handbook/template/draft.png → documentation/template/draft.png


+ 0 - 0
handbook/template/fop-config.xml → documentation/template/fop-config.xml


+ 0 - 0
handbook/template/ohand-color.svg → documentation/template/ohand-color.svg


+ 0 - 0
handbook/template/poky-db-pdf.xsl → documentation/template/poky-db-pdf.xsl


+ 0 - 0
handbook/template/poky-handbook.png → documentation/template/poky-handbook.png


+ 0 - 0
handbook/template/poky.svg → documentation/template/poky.svg


+ 0 - 0
handbook/template/titlepage.templates.xml → documentation/template/titlepage.templates.xml


+ 3 - 3
handbook/tools/poky-docbook-to-pdf → documentation/tools/poky-docbook-to-pdf

@@ -9,9 +9,8 @@ if [ -z "$1" -o -z "$2" ]; then
    exit 0
 fi
 
-BASENAME=`basename $1 .xml` || exit 1
-FO="$BASENAME.fo" 
-PDF="$BASENAME.pdf"
+FO=`echo $1 | sed s/.xml/.fo/` || exit 1
+PDF=`echo $1 | sed s/.xml/.pdf/` || exit 1
 TEMPLATEDIR=$2
 
 ##
@@ -35,6 +34,7 @@ xsltproc --xinclude                    \
          $TEMPLATEDIR/poky-db-pdf.xsl    \
 	 $1                 || exit 1
 
+echo fop -c $TEMPLATEDIR/fop-config.xml -fo $FO -pdf $PDF       || exit 1
 fop -c $TEMPLATEDIR/fop-config.xml -fo $FO -pdf $PDF       || exit 1
 
 rm -f $FO

+ 0 - 38
handbook/ChangeLog

@@ -1,38 +0,0 @@
-2008-02-29  Matthew Allum  <mallum@openedhand.com>
-
-	* development.xml:
-        Disable images too big / lack context for now.
-	* introduction.xml:
-        Remove some OH specific stuff.
-	* style.css:
-        Remove limit on image size
-
-2008-02-15  Matthew Allum  <mallum@openedhand.com>
-
-	* introduction.xml:
-        Minor tweaks to 'What is Poky'
-
-2008-02-15  Matthew Allum  <mallum@openedhand.com>
-
-	* poky-handbook.xml:
-        * poky-handbook.png
-        * poky-beaver.png
-	* poky-logo.svg:
-	* style.css:
-        Add some title images.
-
-2008-02-14  Matthew Allum  <mallum@openedhand.com>
-
-	* development.xml:
-        remove uri's
-	* style.css:
-        Fix glossary
-
-2008-02-06  Matthew Allum  <mallum@openedhand.com>
-
-	* Makefile:
-        Add various xslto options for html.
-	* introduction.xml:
-        Remove link in title.
-	* style.css:
-        Add initial version