doc/Makefile: Don't insist on using /bin/bash

Fix "make doc" for systems that don't have /bin/bash.  There's no
bash-specific code in doc/Makefile anymore.
This commit is contained in:
Holger Weiss 2014-07-24 15:15:00 +02:00
parent a087af7060
commit 33368b7e5c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# $Id$
SHELL = /bin/bash
SHELL = /bin/sh
CONTRIBUTED_MODULES = ""
#ifeq ($(shell ls mod_http_bind.tex),mod_http_bind.tex)