2017-11-03 Fred Gleason <fredg@paravelsystems.com>

* Renamed 'docs/docbook/' to 'docs/apis/'.
	* Qualified all 'id=' tag attributes as 'xml:id=' in the Operations
	Guide.
This commit is contained in:
Fred Gleason
2017-11-03 09:02:27 -04:00
parent d04d33fafa
commit 086bd39dd0
9 changed files with 295 additions and 291 deletions

4
.gitignore vendored
View File

@@ -29,8 +29,8 @@ config.status
config.sub config.sub
configure configure
depcomp depcomp
docs/docbook/*.html docs/apis/*.html
docs/docbook/*.pdf docs/apis/*.pdf
docs/opsguide/*.html docs/opsguide/*.html
docs/opsguide/*.pdf docs/opsguide/*.pdf
helpers/cwrap helpers/cwrap

View File

@@ -16237,3 +16237,7 @@
* Removed 'docs/ENCODERS.txt'. * Removed 'docs/ENCODERS.txt'.
* Removed 'docs/implemented_macros.txt'. * Removed 'docs/implemented_macros.txt'.
* Removed 'docs/JACK.txt'. * Removed 'docs/JACK.txt'.
2017-11-03 Fred Gleason <fredg@paravelsystems.com>
* Renamed 'docs/docbook/' to 'docs/apis/'.
* Qualified all 'id=' tag attributes as 'xml:id=' in the Operations
Guide.

View File

@@ -501,7 +501,7 @@ AC_CONFIG_FILES([rivendell.spec \
web/tests/Makefile \ web/tests/Makefile \
conf/Makefile \ conf/Makefile \
docs/Makefile \ docs/Makefile \
docs/docbook/Makefile \ docs/apis/Makefile \
docs/examples/Makefile \ docs/examples/Makefile \
docs/manpages/Makefile \ docs/manpages/Makefile \
docs/opsguide/Makefile \ docs/opsguide/Makefile \

View File

@@ -20,7 +20,7 @@
## Use automake to process this into a Makefile.in ## Use automake to process this into a Makefile.in
if DOCBOOK_AM if DOCBOOK_AM
DOCBOOK_AM_OPT = docbook manpages opsguide DOCBOOK_AM_OPT = apis manpages opsguide
endif endif
SUBDIRS = $(DOCBOOK_AM_OPT) examples\ SUBDIRS = $(DOCBOOK_AM_OPT) examples\

File diff suppressed because it is too large Load Diff