htaccess: do not 404 on directories
[girocco.git] / Makefile
blob207dd336534c8dfc9a3bf9f8901da802af06b160
1 # The target 'all' will do some theoretical pre-processing. The target
2 # 'install' will put all the bits in their place according to Girocco::Config
3 # (see INSTALL for details). Set GIROCCO_CONFIG to a different value in order
4 # to install according to custom config.
6 all::
7 make -C git.git --quiet gitweb/gitweb.cgi
8 make -C src --quiet
10 install::
11 @./install.sh
13 clean::