From d685a0880ff39d8b048dcf7f3353c6f173aef27e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 14 Oct 2010 08:53:11 -0400 Subject: [PATCH] Add problempack to base Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68c63ca..8068493 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Build everything necessary to compile the wiki. -SUBDIRS = posts/rel-vcs posts/yacc2dot posts/Xmodmap \ +SUBDIRS = posts/problempack posts/rel-vcs posts/yacc2dot posts/Xmodmap \ posts/XSLT/chapter posts/XSLT/code TARGETS = all clean -- 2.26.2