Makefile 233 B

12345678910
  1. all:
  2. docbook2txt pisg-doc.xml
  3. mv pisg-doc.txt pisg-tmp.txt
  4. cat pisg-tmp.txt | ./modifytxt.pl > pisg-doc.txt
  5. docbook2html pisg-doc.xml -V "%use-id-as-filename%" -o html
  6. clean:
  7. rm -rf html
  8. rm -f pisg-doc.txt
  9. rm -f pisg-tmp.txt