Bonjour,
Je souhaite installez l'interface web de git : "gitweb". Pour cela il faut d'après la doc :
First you have to generate gitweb.cgi from gitweb.perl using
"make gitweb/gitweb.cgi", then copy appropriate files (gitweb.cgi,
gitweb.css, git-logo.png and git-favicon.png) to their destination.
For example if git was (or is) installed with /usr prefix, you can do
$ make prefix=/usr gitweb/gitweb.cgi ;# as yourself
# cp gitweb/git* /var/www/cgi-bin/ ;# as root
En effectuant ces commandes j'ai une reponse de type :
make: *** Pas de règle pour fabriquer la cible 'gitweb/gitweb.cgi'. Arrêt.
Après recherche toujours rien, si quelque un à une idée je suis preneur !
Merci d'avance
Partager