Release 3-2-4

REL_mrw-c++-3-2-4
Marc Wäckerlin 17 years ago
commit 41a463418d
  1. 11
      checkinstall.sh
  2. 3
      mrw/makefile.am

@ -0,0 +1,11 @@
if [ "$1" = "-h" -o "$1" = "--help" ]; then
echo "All parameters will be passed to checkinstall, call as 'root' - e.g.:"
echo " ./checkinstall.sh --pkgname=cross-mingw-mrw-c++ --pkgversion=3.2.4 -y"
exit 0
fi
TMP=/tmp/mrw-c++-checkinstall
rm -rf $TMP
DESTDIR=$TMP make install
cd $TMP
checkinstall $* cp -r * /
rm -rf $TMP

@ -386,7 +386,8 @@ $(html_DATA): doxyfile *.[ch]pp $(deps) style.css head.html foot.html
test -d $(top_builddir)/doc/html || mkdir -p $(top_builddir)/doc/html
@test -f $(top_builddir)/doc/html/hintergrund.png || \
cp $(srcdir)/hintergrund.png \
$(top_builddir)/doc/html
$(top_builddir)/doc/html && \
chmod u+w $(top_builddir)/doc/html/hintergrund.png
doxygen doxyfile || \
( echo "**** ERROR in Doxygen ****" && cat doxygen.errors && false )
if PEDANTIC

Loading…
Cancel
Save