Skip to content

Commit

Permalink
Correction pour la nouvelle version de html2text
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Aug 12, 2017
1 parent e2732b4 commit 06b68e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ INSTALL.html: $(src)

INSTALL.txt: INSTALL.html
[ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT)
html2text -nobs -style pretty $(BASEDIR)/$(HTM_OUTPUT)/INSTALL.html > $(BASEDIR)/$(HTM_OUTPUT)/INSTALL.txt
html2text $(BASEDIR)/$(HTM_OUTPUT)/INSTALL.html > $(BASEDIR)/$(HTM_OUTPUT)/INSTALL.txt

manpages: psql.1
psql.1: $(src)
Expand Down

0 comments on commit 06b68e5

Please sign in to comment.