Browse Source

[3418] Initial file rename

Tomek 11 years ago
parent
commit
4692766fed
4 changed files with 18 additions and 15 deletions
  1. 4 1
      doc/Makefile.am
  2. 14 14
      doc/guide/Makefile.am
  3. 0 0
      doc/guide/kea-guide.css
  4. 0 0
      doc/guide/kea-guide.xml

+ 4 - 1
doc/Makefile.am

@@ -7,10 +7,13 @@ devel:
 	(cat Doxyfile; echo PROJECT_NUMBER=$(PACKAGE_VERSION)) | doxygen - > html/doxygen.log 2> html/doxygen-error.log
 	(cat Doxyfile; echo PROJECT_NUMBER=$(PACKAGE_VERSION)) | doxygen - > html/doxygen.log 2> html/doxygen-error.log
 	echo `grep -i ": warning:" html/doxygen-error.log | wc -l` warnings/errors detected.
 	echo `grep -i ": warning:" html/doxygen-error.log | wc -l` warnings/errors detected.
 
 
+guide:
+	$(MAKE) -C guide kea-guide.html
+
 clean:
 clean:
 	rm -rf html
 	rm -rf html
 
 
 # That's a bit of a hack, but we are making sure that devel target
 # That's a bit of a hack, but we are making sure that devel target
 # is always valid. The alternative is to make devel depend on all
 # is always valid. The alternative is to make devel depend on all
 # *.cc *.h files in the whole tree.
 # *.cc *.h files in the whole tree.
-.PHONY: devel
+.PHONY: devel guide

+ 14 - 14
doc/guide/Makefile.am

@@ -1,38 +1,38 @@
 # generated documentation
 # generated documentation
-HTMLDOCS = bind10-guide.html bind10-messages.html
-DOCS = bind10-guide.txt
+HTMLDOCS = kea-guide.html kea-messages.html
+DOCS = kea-guide.txt
 
 
 dist_doc_DATA = $(DOCS)
 dist_doc_DATA = $(DOCS)
-dist_html_DATA = $(HTMLDOCS) bind10-guide.css
+dist_html_DATA = $(HTMLDOCS) kea-guide.css
 
 
-EXTRA_DIST = bind10-guide.xml
-DISTCLEANFILES = $(HTMLDOCS) $(DOCS) bind10-messages.xml
+EXTRA_DIST = kea-guide.xml
+DISTCLEANFILES = $(HTMLDOCS) $(DOCS) kea-messages.xml
 
 
 # This is not a "man" manual, but reuse this for now for docbook.
 # This is not a "man" manual, but reuse this for now for docbook.
 if GENERATE_DOCS
 if GENERATE_DOCS
 
 
-bind10-guide.html: bind10-guide.xml
+kea-guide.html: kea-guide.xml
 	@XSLTPROC@ --novalid --xinclude --nonet \
 	@XSLTPROC@ --novalid --xinclude --nonet \
 		--path $(top_builddir)/doc \
 		--path $(top_builddir)/doc \
 		-o $@ \
 		-o $@ \
 		--stringparam section.autolabel 1 \
 		--stringparam section.autolabel 1 \
 		--stringparam section.label.includes.component.label 1 \
 		--stringparam section.label.includes.component.label 1 \
-		--stringparam html.stylesheet bind10-guide.css \
+		--stringparam html.stylesheet kea-guide.css \
 		http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
 		http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
-		$(srcdir)/bind10-guide.xml
+		$(srcdir)/kea-guide.xml
 
 
-bind10-guide.txt: bind10-guide.html
-	@ELINKS@ -dump -no-numbering -no-references bind10-guide.html > $@
+kea-guide.txt: kea-guide.html
+	@ELINKS@ -dump -no-numbering -no-references kea-guide.html > $@
 
 
-bind10-messages.html: bind10-messages.xml
+kea-messages.html: kea-messages.xml
 	@XSLTPROC@ --novalid --xinclude --nonet \
 	@XSLTPROC@ --novalid --xinclude --nonet \
 		--path $(top_builddir)/doc \
 		--path $(top_builddir)/doc \
 		-o $@ \
 		-o $@ \
-		--stringparam html.stylesheet bind10-guide.css \
+		--stringparam html.stylesheet kea-guide.css \
 		http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
 		http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
-		bind10-messages.xml
+		kea-messages.xml
 
 
-bind10-messages.xml:
+kea-messages.xml:
 	$(PYTHON) $(top_srcdir)/tools/system_messages.py -o $@ $(top_srcdir)
 	$(PYTHON) $(top_srcdir)/tools/system_messages.py -o $@ $(top_srcdir)
 
 
 else
 else

doc/guide/bind10-guide.css → doc/guide/kea-guide.css


doc/guide/bind10-guide.xml → doc/guide/kea-guide.xml