Skip to content

Commit

Permalink
Update /path/to/manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaljwani committed May 9, 2023
1 parent 31c9370 commit f496fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ update: update-manpage update-intro update-sample update-conversion update-chang

update-manpage:
@/usr/bin/env "MANPATH=$${EXIV2HOME}/man:$$MANPATH" man -t exiv2 | ps2pdf - html/exiv2-manpage.pdf
@man2html $${EXIV2HOME}/man/man1/exiv2.1 | \
@man2html $${EXIV2HOME}/exiv2.md | \
sed -e s'_http://localhost/cgi-bin/man/man2html_/_g' \
-e s'_Manpage of EXIV2</TITLE>_<HTML>Manpage of EXIV2</TITLE><LINK href="manpage.css" REL="stylesheet" type="text/css">_' \
> var/__manpage__
Expand Down

0 comments on commit f496fc1

Please sign in to comment.