about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-02 18:51:06 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-02 18:51:06 -0800
commit43d0053f29c2080c0499acf39712add72c06fb2c (patch)
tree2a6ecc7f9b613a8951adb201218e1ea0f9318bfc
parent4eadae5934db4776149bbcdbd7eba377ddcda124 (diff)
downloadkcar-43d0053f29c2080c0499acf39712add72c06fb2c.tar.gz
Whee!
-rw-r--r--GNUmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f01c569..84a4303 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,6 +4,7 @@ RAGEL = ragel
 RLFLAGS = -G2
 rfproject := rainbows
 rfpackage := kcar
+pkg_extra += ext/kcar/kcar.c
 ext/kcar/kcar.c: ext/kcar/kcar.rl ext/kcar/kcar_http_common.rl
         cd $(@D) && $(RAGEL) kcar.rl -C $(RLFLAGS) -o $(@F)
 include pkg.mk
@@ -12,5 +13,3 @@ release::
         $(RAKE) raa_update VERSION=$(VERSION)
         $(RAKE) publish_news VERSION=$(VERSION)
 endif
-
-doc:: ext/kcar/kcar.c