Skip to content

Commit

Permalink
Normalize list of chapter files
Browse files Browse the repository at this point in the history
  • Loading branch information
Util committed Jul 13, 2010
1 parent eb4182a commit ce34472
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Makefile
@@ -1,14 +1,15 @@
CHAPTERS =src/preface.pod \
src/basics.pod \
src/operators.pod \
src/subs-n-sigs.pod \
src/multi-dispatch.pod \
src/classes-and-objects.pod \
src/roles.pod \
src/subtypes.pod \
src/regexes.pod \
src/grammars.pod \
src/builtins.pod
CHAPTERS = \
src/preface.pod \
src/basics.pod \
src/operators.pod \
src/subs-n-sigs.pod \
src/multi-dispatch.pod \
src/classes-and-objects.pod \
src/roles.pod \
src/subtypes.pod \
src/regexes.pod \
src/grammars.pod \
src/builtins.pod \

PERL = perl

Expand Down

0 comments on commit ce34472

Please sign in to comment.