Skip to content

Commit

Permalink
Fingers crossed
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Sep 13, 2023
1 parent f0ae23c commit 5c4a555
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions postgresql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,12 @@ html-website: stylesheet.xsl postgres.xml $(ALLXML) $(ALL_IMAGES) $(ALL_WEBSITE_
##
## pgfr release
##
pgfr: man html-website html INSTALL INSTALL.html postgres-A4.pdf
#pgfr: man html-website html INSTALL INSTALL.html postgres-A4.pdf
pgfr: man html-website html postgres-A4.pdf
mv html-website $(VERSION)
tar cfz $(VERSION)/pg$(VERSION).tar.gz html
zip -qr $(VERSION)/pg$(VERSION).zip html
tar cfz $(VERSION)/pg$(VERSION).man.tar.gz man[0-9]
mv INSTALL $(VERSION)/INSTALL.txt
mv INSTALL.html $(VERSION)/
#mv INSTALL $(VERSION)/INSTALL.txt
#mv INSTALL.html $(VERSION)/
mv postgres-A4.pdf $(VERSION)/pg$(VERSION).pdf

0 comments on commit 5c4a555

Please sign in to comment.