ubuntu 12.04 LTSでgitwebをインストールしようとしました(2012-06-05):これを実行しました:
スナップショットとして取得
スナップショットを/sonstiges/pub/2012/git-b811d5a.tar.gzにダウンロードし、解凍します
wf@capri:/sonstiges/pub/2012$ scp git-b811d5a.tar.gz wf@jolo:/tmp
git-b811d5a.tar.gz 100% 77KB 76.5KB/s 00:00
root@jolo:/usr/local/src# tar xvfz /tmp/git-b811d5a.tar.gz
git-b811d5a/
git-b811d5a/INSTALL
git-b811d5a/Makefile
git-b811d5a/README
git-b811d5a/gitweb.perl
git-b811d5a/static/
git-b811d5a/static/git-favicon.png
git-b811d5a/static/git-logo.png
git-b811d5a/static/gitweb.css
git-b811d5a/static/gitweb.js
オリジナルのコピーを作成する
root@jolo:/usr/local/src/git-b811d5a# cp /usr/lib/cgi-bin/gitweb.cgi /tmp
メイクを開始
make prefix=/usr gitweb
make gitwebdir=/usr/lib/cgi-bin install-gitweb
makeが失敗します:
root@jolo:/usr/local/src/git-b811d5a# make prefix=/usr gitweb
SUBDIR ../
make[1]: *** No rule to make target `GIT-VERSION-FILE'. Stop.
make: *** No rule to make target `gitweb'. Stop.
動作させるには何をする必要がありますか?