freebsd-ports/www/aws/files/patch-docs__makefile
Wen Heping 2896d3abc3 AWS stands for Ada Web Server, but it is more than just another webserver...
AWS is a complete framework to develop web based applications.  The main
part of the framework is the embedded web server.  This small yet powerful
web server can be embedded into your application so your application will be
able to talk with a standard web browser such as Microsoft Internet Explorer
or Netscape Communicator.  Around this web server, a lot of services have
been developed.

The framework includes:
  * seb parameters module         * session server
  * SOAP support                  * WSDL generation from Ada
  * template parser               * AJAX support
  * HTTPS/SSL support             * large server support
  * virtual hosting support       * server push
  * directory browser             * status page
  * log module                    * hotplug module
  * light communications API      * configuration API
  * client API                    * web page service
  * SMTP support                  * LDAP support
  * Jabber support

WWW: http://libre.adacore.com/libre/tools/aws/

PR:		ports/153828
Submitted by:	John Marino <freebsdml@marino.st>
2011-03-03 00:45:55 +00:00

27 lines
903 B
Text

--- docs/makefile.orig 2010-12-21 00:43:52.000000000 +0100
+++ docs/makefile 2010-12-21 00:45:25.000000000 +0100
@@ -122,10 +122,9 @@
echo AWS Documentation built with success.
${MAKE} -C ../templates_parser doc
-aws_docs: aws.texi aws.pdf aws.html aws.txt aws.info
+aws_docs: aws.texi aws.html aws.txt aws.info
-sg_docs: style-guide.pdf style-guide.html style-guide.txt \
- style-guide.info
+sg_docs: style-guide.html style-guide.txt style-guide.info
setup:
@@ -209,11 +208,9 @@
aws.texi: gen_texi check_texi
install:
- -$(CP) aws.pdf $(I_DOC)
-$(CP) aws.html $(I_DOC)
-$(CP) aws.txt $(I_DOC)
-$(CP) aws*.info* $(I_DOC)
- -$(CP) ../templates_parser/docs/templates_parser.pdf $(I_DOC)
-$(CP) ../templates_parser/docs/templates_parser.html $(I_DOC)
-$(CP) ../templates_parser/docs/templates_parser.txt $(I_DOC)
-$(CP) ../templates_parser/docs/templates_parser.info* $(I_DOC)