Magellan Linux

Annotation of /trunk/llvm/patches/llvm-2.9-no-docs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1554 - (hide annotations) (download)
Tue Nov 8 10:02:27 2011 UTC (12 years, 6 months ago) by niro
File size: 975 byte(s)
added no docs patch
1 niro 1554 --- docs/CommandGuide/Makefile.orig 2009-10-26 16:54:33.000000000 +0100
2     +++ docs/CommandGuide/Makefile 2009-10-26 17:32:03.000000000 +0100
3     @@ -19,7 +19,7 @@
4     DST_PS_DIR=ps/
5    
6     # If we are in BUILD_FOR_WEBSITE mode, default to the all target.
7     -all:: html man ps
8     +all:: html man
9    
10     clean:
11     rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
12     @@ -81,7 +81,7 @@
13     MAN_DIR := $(PROJ_mandir)/man1
14     PS_DIR := $(PROJ_docsdir)/ps
15    
16     -install-local:: $(HTML) $(INSTALL_MANS) $(PS)
17     +install-local:: $(HTML) $(INSTALL_MANS)
18     $(Echo) Installing HTML CommandGuide Documentation
19     $(Verb) $(MKDIR) $(HTML_DIR)
20     $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
21     @@ -90,9 +90,6 @@
22     $(Echo) Installing MAN CommandGuide Documentation
23     $(Verb) $(MKDIR) $(MAN_DIR)
24     $(Verb) $(DataInstall) $(INSTALL_MANS) $(MAN_DIR)
25     - $(Echo) Installing PS CommandGuide Documentation
26     - $(Verb) $(MKDIR) $(PS_DIR)
27     - $(Verb) $(DataInstall) $(PS) $(PS_DIR)
28    
29     uninstall-local::
30     $(Echo) Uninstalling CommandGuide Documentation