mirror of
https://github.com/apache/httpd.git
synced 2025-10-27 09:35:38 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91756 13f79535-47bb-0310-9956-ffa450edef68
16 lines
284 B
Makefile
16 lines
284 B
Makefile
##
|
|
## Makefile -- mod_ssl User Manual: Build Precedure
|
|
## Copyright (c) 1998-2001 Ralf S. Engelschall, All Rights Reserved.
|
|
##
|
|
|
|
WMK = wmk
|
|
|
|
# it's trivial because we use Website META Language (WML)
|
|
# Make command to perform all building ;-)
|
|
all:
|
|
$(WMK)
|
|
|
|
clean:
|
|
-rm -f *.html
|
|
|