mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
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:
parent
a087af7060
commit
33368b7e5c
@ -1,6 +1,6 @@
|
||||
# $Id$
|
||||
|
||||
SHELL = /bin/bash
|
||||
SHELL = /bin/sh
|
||||
|
||||
CONTRIBUTED_MODULES = ""
|
||||
#ifeq ($(shell ls mod_http_bind.tex),mod_http_bind.tex)
|
||||
|
Loading…
Reference in New Issue
Block a user