Manuel simplfié pour la prise en main du système Debian GNU/Linux
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/sh
- # exporter les cahiers du débutant
- # - PDF
- # - PDF-print (noir et blanc)
- # - ePUB
- # - HTML-standalone
- # - paquet debian
- # - l'archive à uploader sur le serveur debian-facile
- #####################################################
-
- cd ./sources/
- ./mklcdd-pdf
- ./mklcdd-pdf-print
- ./mklcdd-epub
- ./mklcdd-html
- cd ../paquet_debian/
- ./mklcdd-deb
|