mrash / fwknop

Single Packet Authorization > Port Knocking
http://www.cipherdyne.org/fwknop/
GNU General Public License v2.0
1.09k stars 228 forks source link

Remove use of obsolute setcontentsaftertitlepage #346

Closed yonas closed 1 year ago

yonas commented 1 year ago

This fix comes from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997145 :

"Later autoconf versions such as 2.71 do not include the command to @setcontentsaftertitlepage for html documents anymore. As this is mostly cosmetic, an easy fix could be to simply stop providing this in the documentation."

-- Étienne Mollier

damienstuart commented 1 year ago

This has been addressed via another pull request.

yonas commented 1 year ago

@damienstuart The pull request from #348 isn't as clean as this one. #348 leaves you with

@ifnothtml
@end ifnothtml

Which has no use.

You should undo 4757dff and commit this pull request.

damienstuart commented 1 year ago

Yep. Missed that. Thanks. It is fixed now.