]> git.pld-linux.org Git - packages/ApacheJServ.git/blob - doc-overwrite.patch
fix patch header
[packages/ApacheJServ.git] / doc-overwrite.patch
1 --- ApacheJServ-1.1.2/docs/Makefile.am~ 2019-02-18 11:14:18.000000000 +0200
2 +++ ApacheJServ-1.1.2/docs/Makefile.am  2019-02-18 11:14:22.603006830 +0200
3 @@ -7,10 +7,16 @@
4                 protocol/*.html \
5                 future/*.html
6  
7 -DOCFILES = $(strip $(shell ls $(EXTRA_DIST)))
8 -
9  docdir = ${prefix}/docs
10 -doc_DATA= $(DOCFILES)
11 +doc_DATA = *.html *.txt
12 +doc_imagesdir = ${prefix}/docs/images
13 +doc_images_DATA = images/*.gif
14 +doc_installdir = ${prefix}/docs/install
15 +doc_install_DATA = install/*.html
16 +doc_protocoldir = ${prefix}/docs/protocol
17 +doc_protocol_DATA = protocol/*.html
18 +doc_futuredir = ${prefix}/docs/future
19 +doc_future_DATA = future/*.html
20  
21  create-dirs :
22         $(mkinstalldirs) $(DESTDIR)$(docdir) \
This page took 0.02524 seconds and 3 git commands to generate.