Skip to content

Commit

Permalink
Merge pull request #4561 from elliefm/v39/retire-custom-manpage-gener…
Browse files Browse the repository at this point in the history
…ator

retire custom manpage generator
  • Loading branch information
elliefm committed Aug 11, 2023
2 parents fdfff5e + d6b2c08 commit de94b64
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 211 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1985,7 +1985,7 @@ clean-docsrc:

## XXX doesn't detect if other rst sources are updated...
man/.sphinx-build.stamp: docsrc/.sphinx-build.stamp
$(AM_V_GEN)DOCSRC=$(top_builddir)/docsrc $(SPHINX_BUILD) $(SPHINX_OPTS) -b cyrman $(top_builddir)/docsrc $(top_builddir)/man
$(AM_V_GEN)DOCSRC=$(top_builddir)/docsrc $(SPHINX_BUILD) $(SPHINX_OPTS) -b man $(top_builddir)/docsrc $(top_builddir)/man
@touch $@

clean-man:
Expand Down
2 changes: 1 addition & 1 deletion docsrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ text: init
@echo "Build finished. The text files are in $(BUILDDIR)/text."

man: init
$(SPHINXBUILD) -b cyrman $(ALLSPHINXOPTS) $(BUILDDIR)/man
$(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
@echo
@echo "Build finished. The manual pages are in $(BUILDDIR)/man."

Expand Down
1 change: 0 additions & 1 deletion docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
'sphinx.ext.intersphinx',
]

extensions.append('sphinxlocal.builders.manpage')
extensions.append('sphinxlocal.roles.cyrusman')
extensions.append('sphinxlocal.builders.gitstamp')

Expand Down
105 changes: 0 additions & 105 deletions docsrc/exts/sphinxlocal/builders/manpage.py

This file was deleted.

10 changes: 0 additions & 10 deletions docsrc/exts/sphinxlocal/writers/__init__.py

This file was deleted.

92 changes: 0 additions & 92 deletions docsrc/exts/sphinxlocal/writers/manpage.py

This file was deleted.

2 changes: 1 addition & 1 deletion docsrc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ if "%1" == "text" (
)

if "%1" == "man" (
%SPHINXBUILD% -b cyrman %ALLSPHINXOPTS% %BUILDDIR%/man
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
Expand Down

0 comments on commit de94b64

Please sign in to comment.