Skip to content

Commit

Permalink
Makefile: cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Aug 9, 2023
1 parent 41636de commit 2f731ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ man:
-n handbook -s 7 ${POD} > ${MAN}

pdf:
pod2pdf --title "${DESCRIPTION}" --footer-text "${NAME} ${VERSION}" \
${POD} > ${PDF}
pod2pdf --footer-text "${NAME} ${VERSION}" \
--title "${DESCRIPTION}" ${POD} > ${PDF}

install-man: man
mkdir -p ${DESTDIR}${MANPREFIX}/man7
Expand Down

0 comments on commit 2f731ec

Please sign in to comment.