Skip to content
Snippets Groups Projects
Commit 9f2f89e6 authored by dpgilbert's avatar dpgilbert
Browse files

add rule to build badblockhowto.html from docbook xml

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2332 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent db47d4b1
No related branches found
No related tags found
No related merge requests found
# Manufactures HTML file from XML file. Note: do NOT edit the HTML # Manufactures HTML file from XML file. Note: do NOT edit the HTML
# file, only the XML file. # file, only the XML file.
all: smartmontools_scsi.html all: smartmontools_scsi.html badblockhowto.html
smartmontools_scsi.html: smartmontools_scsi.xml smartmontools_scsi.html: smartmontools_scsi.xml
xmlto html-nochunks smartmontools_scsi.xml xmlto html-nochunks smartmontools_scsi.xml
badblockhowto.html: badblockhowto.xml
xmlto html-nochunks badblockhowto.xml
upload: smartmontools_scsi.html index.html upload: smartmontools_scsi.html index.html
scp smartmontools_scsi.html ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs scp smartmontools_scsi.html ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs
scp badblockhowto.html ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs
scp 3w-xxxx.txt ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs scp 3w-xxxx.txt ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs
scp index.html ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs scp index.html ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs
scp examples/*.html ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs/examples scp examples/*.html ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs/examples
scp examples/*.txt ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs/examples scp examples/*.txt ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs/examples
scp BadBlockHowTo.txt ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs scp BadBlockHowTo.txt ballen4705@smartmontools.sourceforge.net:/home/groups/s/sm/smartmontools/htdocs
clean:
rm smartmontools_scsi.html badblockhowto.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment