+2009-04-30 22:14 rbt
+
+ * ChangeLog, Makefile: Really fix the release process.
+
+2009-04-30 22:13 rbt
+
+ * postgresql_autodoc.pl: Tag for 1.40
+
2009-04-30 22:11 rbt
* ChangeLog: Another crack at 1.40
-# $Header: /cvsroot/autodoc/autodoc/Makefile,v 1.6 2009/05/01 02:14:29 rbt Exp $
+# $Header: /cvsroot/autodoc/autodoc/Makefile,v 1.7 2009/05/01 02:31:10 rbt Exp $
# install configuration
DESTDIR =
BINDIR = ${PREFIX}/bin
DATADIR = ${PREFIX}/share/postgresql_autodoc
+
# build configuration
TEMPLATES = dia.tmpl dot.tmpl html.tmpl neato.tmpl xml.tmpl zigzag.dia.tmpl
BINARY = postgresql_autodoc
SOURCE = ${BINARY}.pl
-RELEASE_FILES = ${SOURCE} ${TEMPLATES}
+RELEASE_FILES = Makefile ChangeLog ${SOURCE} ${TEMPLATES}
+RELEASE_DIR=postgresql_autodoc
# system tools
INSTALL_SCRIPT = $$(which install) -c
fi
cvs2cl
-cvs commit
- dir=`pwd` && cd .. && tar -czvf postgresql_autodoc-${VERSION}.tar.gz \
- -C $${dir} ${RELEASE_FILES}
+ mkdir ${RELEASE_DIR} && cp ${RELEASE_FILES} ${RELEASE_DIR} && tar -czvf ${RELEASE_DIR}-${VERSION}.tar.gz ${RELEASE_DIR}
+ rm -r ${RELEASE_DIR}
.PHONY: install uninstall clean release