Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. make -C desktop-guide epub
  2. make: Entering directory `/home/slickymaster/epub/desktop-guide'
  3. mkdir -p ../build/desktop-guide/libs/images
  4. cp -r libs/images/preferences-desktop.png \
  5. libs/images/system-lock-screen.png \
  6. libs/images/system-log-out.png \
  7. libs/images/location_icon.png \
  8. libs/images/package_icon.png \
  9. libs/images/menu_icon.png \
  10. libs/images/key_icon.png \
  11. ../build/desktop-guide/libs/images/
  12. xsltproc --xinclude -o ../build/desktop-guide/ /usr/share/xml/docbook/stylesheet/nwalsh/epub3/chunk.xsl C/index.xml
  13. Writing OEBPS/bk01-toc.xhtml for book
  14. Writing OEBPS/ch01s02.xhtml for section(learn-more-about-xubuntu)
  15. Writing OEBPS/ch01.xhtml for chapter(what-is-xubuntu)
  16. Writing OEBPS/ch02s02.xhtml for section(upgrading)
  17. Writing OEBPS/ch02.xhtml for chapter(migrating-upgrading)
  18. Writing OEBPS/ch03s02.xhtml for section(files-directories)
  19. Writing OEBPS/ch03.xhtml for chapter(guide-desktop)
  20. Writing OEBPS/ch04s02.xhtml for section(personal-info)
  21. Writing OEBPS/ch04s03.xhtml for section(customizing-appearance)
  22. Writing OEBPS/ch04.xhtml for chapter(settings-preferences)
  23. Writing OEBPS/ch05s02.xhtml for section(default-internet)
  24. Writing OEBPS/ch05s03.xhtml for section(default-media)
  25. Writing OEBPS/ch05s04.xhtml for section(default-office)
  26. Writing OEBPS/ch05s05.xhtml for section(default-system)
  27. Writing OEBPS/ch05.xhtml for chapter(guide-default-apps)
  28. Writing OEBPS/ch06s02.xhtml for section(media-movie-dvd-video)
  29. Writing OEBPS/ch06s03.xhtml for section(media-burning)
  30. Writing OEBPS/ch06.xhtml for chapter(media-apps)
  31. Writing OEBPS/ch07s02.xhtml for section(network-troubleshooting)
  32. Writing OEBPS/ch07s03.xhtml for section(connecting-servers)
  33. Writing OEBPS/ch07.xhtml for chapter(internet-networks)
  34. Writing OEBPS/ch08s02.xhtml for section(scanning)
  35. Writing OEBPS/ch08.xhtml for chapter(printing-scanning)
  36. Writing OEBPS/ch09s02.xhtml for section(software-repositories)
  37. Writing OEBPS/ch09s03.xhtml for section(installing-without-internet)
  38. Writing OEBPS/ch09s04.xhtml for section(update-configuration)
  39. Writing OEBPS/ch09.xhtml for chapter(managing-applications)
  40. Writing OEBPS/ch10s02.xhtml for section(offline-package-install)
  41. Writing OEBPS/ch10s03.xhtml for section(offline-system-upgrade)
  42. Writing OEBPS/ch10.xhtml for chapter(offline-packages)
  43. Writing OEBPS/ch11s02.xhtml for section(no-shared-accounts)
  44. Writing OEBPS/ch11s03.xhtml for section(lock-your-screen)
  45. Writing OEBPS/ch11s04.xhtml for section(set-up-firewall)
  46. Writing OEBPS/ch11s05.xhtml for section(use-common-sense-web)
  47. Writing OEBPS/ch11s06.xhtml for section(backup-regularly)
  48. Writing OEBPS/ch11.xhtml for chapter(guide-keeping-safe)
  49. Writing OEBPS/ch12s02.xhtml for section(disks-partitions)
  50. Writing OEBPS/ch12s03.xhtml for section(laptops)
  51. Writing OEBPS/ch12s04.xhtml for section(suspending-hibernating)
  52. Writing OEBPS/ch12s05.xhtml for section(mice-keyboards)
  53. Writing OEBPS/ch12.xhtml for chapter(hardware-devices)
  54. Writing OEBPS/ch13.xhtml for chapter(administrative-tasks)
  55. Writing OEBPS/ch14s02.xhtml for section(command-line-common-commands)
  56. Writing OEBPS/ch14.xhtml for chapter(command-line)
  57. Writing OEBPS/apas02.xhtml for section(background)
  58. Writing OEBPS/apa.xhtml for appendix(appendix-packages)
  59. Writing OEBPS/apb.xhtml for appendix(cc-by-sa)
  60. Writing OEBPS/index.xhtml for book
  61. Writing OEBPS/docbook-epub.css for book
  62. Generating EPUB package files.
  63. Generating image list ...
  64. Writing OEBPS/package.opf for book
  65. Writing OEBPS/../META-INF/container.xml for book
  66. Writing OEBPS/../mimetype for book
  67. Generating NCX file ...
  68. Writing OEBPS/toc.ncx for book
  69. cd ../build/desktop-guide/; \
  70. zip -0Xq xubuntu-docs.epub mimetype;\
  71. zip -Xr9Dq xubuntu-docs.epub *
  72. make: Leaving directory `/home/slickymaster/epub/desktop-guide'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement