Skip to content

Commit

Permalink
Table of Contents added in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Jul 26, 2011
1 parent 61d1880 commit f97f199
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 30 deletions.
8 changes: 3 additions & 5 deletions Makefile
Expand Up @@ -11,7 +11,7 @@ PDF_FLAGS = --fontsize 9.0 \


#Hoping to autogenerate the ToC. #Hoping to autogenerate the ToC.
MD = pages/title.md \ MD = pages/title.md \
chapters/Table_Of_Contents.md \ chapters/toc.md \
chapters/introduction.md \ chapters/introduction.md \
chapters/hello_world.md \ chapters/hello_world.md \
chapters/platform_features.md \ chapters/platform_features.md \
Expand All @@ -22,13 +22,12 @@ MD = pages/title.md \
chapters/open_source_projects.md \ chapters/open_source_projects.md \
chapters/troubleshooting.md \ chapters/troubleshooting.md \
chapters/support.md \ chapters/support.md \
appendices/installing_node.md \
appendices/package.json.md \ appendices/package.json.md \
appendices/resources.md \ appendices/resources.md \
appendices/building_the_handbook.md appendices/building_the_handbook.md


README = pages/title.md \ README = pages/title.md \
chapters/Table_Of_Contents.md \ chapters/toc.md \
chapters/introduction.md \ chapters/introduction.md \
chapters/hello_world.md \ chapters/hello_world.md \
chapters/platform_features.md \ chapters/platform_features.md \
Expand All @@ -39,7 +38,6 @@ README = pages/title.md \
chapters/open_source_projects.md \ chapters/open_source_projects.md \
chapters/troubleshooting.md \ chapters/troubleshooting.md \
chapters/support.md \ chapters/support.md \
appendices/installing_node.md \
appendices/package.json.md \ appendices/package.json.md \
appendices/resources.md \ appendices/resources.md \
appendices/building_the_handbook.md appendices/building_the_handbook.md
Expand Down
25 changes: 0 additions & 25 deletions chapters/Table_Of_Contents.md

This file was deleted.

15 changes: 15 additions & 0 deletions chapters/toc.md
@@ -0,0 +1,15 @@
# Table of Contents

* [Introduction](#introduction)
* [Hello World: A Tutorial](#hiworld)
* [Platform Features](#features)
* [Jitsu](#jitsu)
* [Nodejitsu Web Application](#webapp)
* [JSON API](#api)
* [Haibu](#haibu)
* [Open Source Projects](#opensource)
* [Support](#support)
* [Appendix: package.json](#package.json)
* [Appendix: Resources](#resources)
* [Appendix: Building The Handbook](#build)

0 comments on commit f97f199

Please sign in to comment.