pouar

builddocMakefile

Mar 19th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.35 KB | None | 0 0
  1. doc: man html
  2.  
  3. html:
  4.     ./builddoc.sh html5
  5.  
  6. docbook:
  7.     ./builddoc.sh docbook
  8.  
  9. man:
  10.     ./builddoc.sh manpage
  11.  
  12. tex:
  13.     ./builddoc.sh tex
  14.  
  15. text:
  16.     ./builddoc.sh text
  17.  
  18. htmlhelp:
  19.     ./builddoc.sh htmlhelp
  20.    
  21. ps:
  22.     ./builddoc.sh ps
  23.  
  24. pdf:
  25.     ./builddoc.sh pdf
  26.  
  27. dvi:
  28.     ./builddoc.sh dvi
  29.  
  30. epub:
  31.     ./builddoc.sh epub
  32.  
  33. chm: htmlhelp
  34.     ./builddoc.sh chm
Add Comment
Please, Sign In to add comment