Преглед изворни кода

HUE-2890 [doc] Remove old repo file and references

Romain Rigaux пре 8 година
родитељ
комит
a1ab3b2
3 измењених фајлова са 2 додато и 12 уклоњено
  1. 1 1
      docs/Makefile
  2. 0 11
      docs/hue.repo
  3. 1 0
      docs/manual.txt

+ 1 - 1
docs/Makefile

@@ -41,7 +41,6 @@ $(BLD_DIR_DOC): sdk release-notes user-guide $(DOC_FILES)
 	@rm -f {index,manual}.xml
 
 	@cp docbook.css $@
-	@cp *.repo $@
 	@# Remove intermediate file
 	@rsync -a images $@/
 
@@ -84,6 +83,7 @@ $(BLD_DIR_DOC)/sdk/sdk.html: $(shell find sdk -type f)
 	@mkdir -p $(@D)
 	@cp sdk/*.png $(@D)
 	@cp docbook.css $(@D)
+	@cp bootplus.css $(@D)
 	@# This is somewhat heinous, but works fine and avoids the need
 	@# to install markdown on developer systems, or depend on building
 	@# out the virtual env to build sdk docs

+ 0 - 11
docs/hue.repo

@@ -1,11 +0,0 @@
-[cloudera-cdh2]
-name=Cloudera's Distribution for Hadoop, Version 2
-mirrorlist=http://archive.cloudera.com/redhat/cdh/2/mirrors
-gpgkey = http://archive.cloudera.com/redhat/cdh/RPM-GPG-KEY-cloudera 
-gpgcheck = 0
-
-[hue]
-name=Hue 0.9, Beta
-baseurl=http://archive.cloudera.com/desktop-0.9/redhat
-gpgkey = http://archive.cloudera.com/redhat/cdh/RPM-GPG-KEY-cloudera 
-gpgcheck = 0

+ 1 - 0
docs/manual.txt

@@ -1,3 +1,4 @@
+
 <link rel="stylesheet" href="docbook.css" type="text/css" media="screen" title="no title" charset="utf-8"></link>
 <link rel="stylesheet" href="bootplus.css" type="text/css" media="screen" title="no title" charset="utf-8"></link>