Commit in phpslash-dev on MAIN
Makefile +3 -3 1.6 -> 1.7
<pre class="comment">
copies config_setup.php in doc/ for the debian package
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev<br /></span>
<div class="fileheader"><big><b>Makefile</b></big> <small id="info">1.6 -> 1.7</small></div>
<pre class="diff"><small id="info">diff -u -r1.6 -r1.7
--- Makefile 28 Apr 2005 04:35:33 -0000 1.6
+++ Makefile 28 Apr 2005 05:21:15 -0000 1.7
@@ -1,7 +1,7 @@
</small></pre><pre class="diff" id="context"> #
# PHPSlash MAKEFILE
#
</pre><pre class="diff" id="removed">-# $Id: Makefile,v 1.6 2005/04/28 04:35:33 lems1 Exp $
</pre><pre class="diff" id="added">+# $Id: Makefile,v 1.7 2005/04/28 05:21:15 lems1 Exp $
</pre><pre class="diff" id="context"> #
# Release early, release often - `make dist` will create for you
# four different archives for the current revision with only one command
</pre><pre class="diff"><small id="info">@@ -42,6 +42,8 @@
</small></pre><pre class="diff" id="context"> mkdir ${DISTDIR}
chmod 755 ${DISTDIR}
cp -Rpf `cat .filelist` ${DISTDIR}
</pre><pre class="diff" id="added">+ @# for the debian package we need config_setup.php in doc
+ cp public_html/config_setup.php ${DISTDIR}/doc/
</pre><pre class="diff" id="context"> echo "RELEASE ${REVISION}" > ${DISTDIR}/VERSION
rm .filelist
find ${DISTDIR} -name CVS -type d | xargs rm -rf
</pre><pre class="diff"><small id="info">@@ -59,8 +61,6 @@
</small></pre><pre class="diff" id="context"> @#shar -z ${DISTDIR} > ${BSF}.shar 2>/dev/null
rm ${BSF}.tar
rm -rf ${DISTDIR}
</pre><pre class="diff" id="removed">- @# for the debian package we need config_setup.php in doc
- cp public_html/config_setup.php ${DISTDIR}/doc/
</pre><pre class="diff" id="context">
clean:
rm -fr ${PACKAGE}*
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|