Changeset 338 in MondoRescue
- Timestamp:
- Jan 20, 2006, 12:58:59 AM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/documentation/Makefile
r331 r338 2 2 SRC=$(shell ls *.sgml) 3 3 DSL=$(TARGET).dsl 4 IMAGES=$(shell ls images/*.png | sed 's/\.png/.eps/g') 4 IMAGESDIR=images 5 IMAGES=$(shell ls ${IMAGESDIR}/*.png | sed 's/\.png/.eps/g') 5 6 6 7 all: $(TARGET).ps $(TARGET).pdf $(TARGET)/index.html $(TARGET).txt $(TARGET).html $(TARGET).rtf 7 8 8 images/%.eps: images/%.png9 ${IMAGESDIR}/%.eps: ${IMAGESDIR}/%.png 9 10 @echo "Converting $< to $@" 10 11 @convert $< $@ … … 52 53 @echo "" 53 54 @rm -fr $(TARGET).{aux,log,out,tex,dvi,pdf,ps,txt,rtf,html} $(TARGET) 55 56 install: all 57 @echo "" 58 @echo "Delivering mondorescue documentation" 59 @echo "" 60 @if [ "${INSTALLDIR}" != "" ]; then cp -a $(TARGET).{html,pdf,ps,txt,rtf} $(TARGET) ${INSTALLDIR} ; cp -a ${IMAGESDIR} ${INSTALLDIR}/$(TARGET) ; else echo "No INSTALLDIR specified aborting install"; fi -
branches/stable/mondo/configure.in
r247 r338 173 173 AC_SUBST(my_kde_libraries) 174 174 175 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/docs/Makefile mondo/docs/en/Makefile mondo/ docs/en/1.6x-howto/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/xmondo/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile])175 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/docs/Makefile mondo/docs/en/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/xmondo/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile]) -
branches/stable/mondo/distributions/common/mondo.spec
r318 r338 131 131 %files 132 132 %defattr(644,root,root,755) 133 %doc ChangeLog svn.log mondo/docs/en/ 1.6x-howto/*133 %doc ChangeLog svn.log mondo/docs/en/* 134 134 %doc INSTALL COPYING README TODO AUTHORS NEWS 135 135 -
branches/stable/mondo/mondo/docs/en/Makefile.am
r30 r338 1 SUBDIRS = 1.6x-howto1 SUBDIRS = mondorescue-howto -
branches/stable/tools/mkcommon
r319 r338 21 21 echo "Management of mindi-kernel ${MINDI_VER}-$REVISION" 22 22 rm -fr mindi-kernel-${MINDI_VER} 23 cp -a ${VER}/mindi-kernel mindi-kernel-${MINDI_VER} 24 find mindi-kernel-${MINDI_VER} -type d -name .svn | xargs rm -rf 25 find mindi-kernel-${MINDI_VER} -type f -name '.*.swp' | xargs rm -rf 26 find mindi-kernel-${MINDI_VER} -type f -name '*~' | xargs rm -rf 23 svn export ${VER}/mindi-kernel mindi-kernel-${MINDI_VER} 24 #cp -a ${VER}/mindi-kernel mindi-kernel-${MINDI_VER} 25 #find mindi-kernel-${MINDI_VER} -type d -name .svn | xargs rm -rf 26 #find mindi-kernel-${MINDI_VER} -type f -name '.*.swp' | xargs rm -rf 27 #find mindi-kernel-${MINDI_VER} -type f -name '*~' | xargs rm -rf 27 28 mkdir -p ${TOPDIR}/SOURCES 28 29 … … 35 36 echo "Management of mindi ${MINDI_VER}-$REVISION" 36 37 rm -fr mindi-${MINDI_VER} 37 cp -a ${VER}/mindi mindi-${MINDI_VER} 38 svn export ${VER}/mindi mindi-${MINDI_VER} 39 #cp -a ${VER}/mindi mindi-${MINDI_VER} 38 40 cp -a /tmp/mondorescue-svn.log mindi-${MINDI_VER}/svn.log 39 find mindi-${MINDI_VER} -type d -name .svn | xargs rm -rf 40 find mindi-${MINDI_VER} -type f -name '.*.swp' | xargs rm -rf 41 find mindi-${MINDI_VER} -type f -name '*~' | xargs rm -rf 42 rm -f mindi-${MINDI_VER}/parted2fdisk mindi-${MINDI_VER}/parted2fdisk.c mindi-${MINDI_VER}/rootfs/sbin/parted2fdisk-ia64 41 echo "$REVISION" > mindi-${MINDI_VER}/REVISION 42 #find mindi-${MINDI_VER} -type d -name .svn | xargs rm -rf 43 #find mindi-${MINDI_VER} -type f -name '.*.swp' | xargs rm -rf 44 #find mindi-${MINDI_VER} -type f -name '*~' | xargs rm -rf 45 rm -f mindi-${MINDI_VER}/rootfs/sbin/parted2fdisk-ia64 46 #rm -f mindi-${MINDI_VER}/parted2fdisk mindi-${MINDI_VER}/parted2fdisk.c mindi-${MINDI_VER}/rootfs/sbin/parted2fdisk-ia64 43 47 44 48 echo "Creating mindi tar files" … … 51 55 echo "Management of mondo ${MONDO_VER}-$REVISION" 52 56 rm -rf mondo-${MONDO_VER} 53 cp -a ${VER}/mondo mondo-${MONDO_VER} 57 svn export ${VER}/mondo mondo-${MONDO_VER} 58 #cp -a ${VER}/mondo mondo-${MONDO_VER} 54 59 cp -a /tmp/mondorescue-svn.log mondo-${MONDO_VER}/svn.log 55 cd mondo-${MONDO_VER} 60 echo "$REVISION" > mondo-${MONDO_VER}/REVISION 61 svn export ${VER}/documentation documentation-${MONDO_VER} 62 cd documentation-${MONDO_VER} 63 make install INSTALLDIR=../mondo-${MONDO_VER}/mondo/docs/en 64 cd ../mondo-${MONDO_VER} 56 65 echo "Bootstraping mondo ... " 57 66 ./bootstrap 58 find . -type d -name .svn | xargs rm -rf59 find . -type f -name '.*.swp' | xargs rm -rf60 find . -type f -name '*~' | xargs rm -rf67 #find . -type d -name .svn | xargs rm -rf 68 #find . -type f -name '.*.swp' | xargs rm -rf 69 #find . -type f -name '*~' | xargs rm -rf 61 70 cd .. 62 71
Note:
See TracChangeset
for help on using the changeset viewer.