Makefile 384 B

1234567891011
  1. # Dummy script to generate documentation, probably only works on my system
  2. # for now. - mbp / 2002
  3. all:
  4. jade -i html -t sgml -V nochunks -d /usr/share/sgml/docbook/utils-0.6.9/docbook-utils.dsl\#html pisg-doc.sgml | w3m -dump -T text/html > pisg-doc.txt
  5. vim -c 'echo AddSpacers()' -c ':wq' pisg-doc.txt
  6. docbook2html pisg-doc.sgml -o html
  7. clean:
  8. rm -rf html
  9. rm -f pisg-doc.txt