[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bootfloppy changes for s390



On Saturday 18 August 2001 18:16, you wrote:

> Um.  I dunno.  Send patches before committing and I can review it.
>

This is the patch I mentioned. 

--- boot-floppies-3.0.11/documentation/Makefile Thu May 31 03:10:57 2001
+++ boot-floppies-3.0.11-s390/documentation/Makefile    Sat Aug 18 13:35:30 
2001@@ -12,7 +12,7 @@
 INSTALLSTYLE   ?= subdir
 
 # fdisk documentation to include (varies per platform)
-FDISK_DOCS := $(shell grep -s fdisk \
+FDISK_DOCS := $(shell grep -s "fdisk\|fdasd\|dasdfmt" \
                ../scripts/rootdisk/SMALL_BASE_LIST_$(architecture) | \
                sed -e 's/^.*\/\(.*\)/\1.txt/' 2>/dev/null)
 
@@ -253,6 +253,24 @@
        if [ -f "$(pmacfdiskcross)" ]; then                              \
          dpkg --fsys-tarfile $(pmacfdiskcross) |                        \
                tar -xOf - '*/man8/pmac-fdisk.8.gz' | zcat > tmp        ;\
+         man -l tmp | col -b > $@                                      ;\
+         rm -f tmp                                                     ;\
+       fi
+       [ -f $@ ] || echo '** man page not found ** ' > $@
+
+dasdfmt.txt:
+       if [ -f "$(s390tools))" ]; then                                  \
+         dpkg --fsys-tarfile $(s390tools) |                             \
+               tar -xOf - '*/man8/dasdfmt.8.gz' | zcat > tmp           ;\
+         man -l tmp | col -b > $@                                      ;\
+         rm -f tmp                                                     ;\
+       fi
+       [ -f $@ ] || echo '** man page not found ** ' > $@
+
+fdasd.txt:
+       if [ -f "$(s390tools))" ]; then                                  \
+         dpkg --fsys-tarfile $(s390tools) |                             \
+               tar -xOf - '*/man8/fdasd.8.gz' | zcat > tmp             ;\
          man -l tmp | col -b > $@                                      ;\
          rm -f tmp                                                     ;\
        fi
--- boot-floppies-3.0.11/documentation/Makefile.docs    Thu Jun 14 02:31:23 
2001+++ boot-floppies-3.0.11-s390/documentation/Makefile.docs       Sat Aug 
18 12:10:52 2001
@@ -36,7 +36,8 @@
                   amigafdisk="$(shell $(pathcmd:P=amiga-fdisk-bf_*.deb))" \
                   atarifdisk="$(shell $(pathcmd:P=atari-fdisk_*.deb))" \
                   macfdisk="$(shell $(pathcmd:P=mac-fdisk_*.deb))" \
-                  pmacfdiskcross="$(shell 
$(pathcmd:P=pmac-fdisk-cross_*.deb))"
+                  pmacfdiskcross="$(shell 
$(pathcmd:P=pmac-fdisk-cross_*.deb))" \
+                  s390tools="$(shell $(pathcmd:P=s390-tools_*.deb))"
 
 # check SGML validity for the documentation, one language
 lint-docs: 

Regards,
Gerhard



Reply to: