/[gentoo-x86]/dev-lang/gprolog/files/gprolog-1.4.1-nodocs.patch
Gentoo

Contents of /dev-lang/gprolog/files/gprolog-1.4.1-nodocs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Mon Jul 2 11:52:49 2012 UTC (10 months, 2 weeks ago) by keri
Branch: MAIN
CVS Tags: HEAD
Version bump

(Portage version: 2.1.10.65/cvs/Linux x86_64)

1 --- gprolog-1.4.1.orig/src/Makefile.in 2012-01-10 18:24:39.000000000 +0100
2 +++ gprolog-1.4.1/src/Makefile.in 2012-07-02 12:53:42.000000000 +0200
3 @@ -97,7 +97,7 @@
4 # --- Documentation --- #
5
6 install-doc:
7 - if test $(DOC_DIR) != none; then \
8 + if test $(DOC_DIR) != $(DESTDIR)none; then \
9 ./mkinstalldirs $(DOC_DIR); \
10 (F=`cd ../doc; echo $(DOC_FILES)`; \
11 for i in $$F; do $(INSTALL_DATA) ../doc/$$i $(DOC_DIR); done); \
12 @@ -113,7 +113,7 @@
13 # --- HTML --- #
14
15 install-html:
16 - if test $(HTML_DIR) != none; then \
17 + if test $(HTML_DIR) != $(DESTDIR)none; then \
18 ./mkinstalldirs $(HTML_DIR); \
19 (F=`cd ../doc/html_node; echo $(HTML_FILES)`; \
20 for i in $$F; do $(INSTALL_DATA) ../doc/html_node/$$i $(HTML_DIR); done); \
21 @@ -129,7 +129,7 @@
22 # --- Examples --- #
23
24 install-examples:
25 - if test $(EXAMPLES_DIR) != none; then \
26 + if test $(EXAMPLES_DIR) != $(DESTDIR)none; then \
27 ./mkinstalldirs $(EXAMPLES_DIR)/ExamplesPl; \
28 (F=`cd ../examples/ExamplesPl; echo $(EXPL_FILES)`; \
29 for i in $$F; do $(INSTALL_DATA) ../examples/ExamplesPl/$$i $(EXAMPLES_DIR)/ExamplesPl; done); \

  ViewVC Help
Powered by ViewVC 1.1.13