stagit

static git page generator for debian
git clone git://git.unixkoans.com/stagit.git
Log | Files | Refs | README | LICENSE

commit 09a49b3dce9d05d8729fd7bb97efadba69951391
parent 0328079589e5a92eac94b594aa6361d38e7fbc76
Author: sin <[email protected]>
Date:   Fri Mar 25 09:30:19 +0000

clean generated tarball too

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -62,7 +62,7 @@ stagit-index: stagit-index.o ${COMPATOBJ} ${CC} -o $@ stagit-index.o ${COMPATOBJ} ${LDFLAGS} clean: - rm -f ${BIN} ${OBJ} + rm -f ${BIN} ${OBJ} ${NAME}-${VERSION}.tar.gz install: all # installing executable files.