]> granicus.if.org Git - postgresql/commit
Use Pandoc also for plain-text documentation output
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 27 Mar 2019 20:12:10 +0000 (21:12 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 27 Mar 2019 20:17:16 +0000 (21:17 +0100)
commit2488ea7a9056ab4c0f1bbf56548e829fa40f9c4c
tree4b89d4e719df42e39823208eb8cc90f75649b24b
parenta63b29a1dea0ce4e95f682f9d0b36994f2fcf43e
Use Pandoc also for plain-text documentation output

The makefile rule for the (rarely used) plain-text output postgres.txt
was still written to use lynx, but in
96b8b8b6f9d8de4af01a77797273ad88c7a8e32e, where the INSTALL file was
switched to pandoc, the rest of the makefile support for lynx was
removed, so this was broken.  Rewrite the rule to also use pandoc for
postgres.txt.
doc/src/sgml/Makefile