From 7bcfb478b1253f5cbd5c28359fd27e38e121e252 Mon Sep 17 00:00:00 2001 From: Joshua Holbrook Date: Fri, 22 Jul 2011 13:39:08 -0700 Subject: [PATCH] [minor] Some notes to self in the makefile --- Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 5344076..0d7d652 100644 --- a/Makefile +++ b/Makefile @@ -10,14 +10,12 @@ PDF_FLAGS = --fontsize 9.0 \ --no-toc MD = pages/title.md \ - chapters/Table_Of_Contents.md \ - chapters/Introduction.md\ - chapters/Deploying_Applications.md \ - chapters/Using_The_Jitsu_Client.md \ - chapters/Using_The_API.md \ - chapters/Databases.md \ - chapters/Open_Source_Projects.md \ - chapters/Additional_Information.md + chapters/Table_Of_Contents.md \ #Hoping to autogenerate, yo + chapters/introduction.md \ + chapters/hello_world.md \ + chapters/open_source_projects.md \ + chapters/troubleshooting_and_support.md \ + chapters/appendices.md README = pages/index.md \ chapters/Table_Of_Contents.md \