mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
df184e32c9
- Fix 10-CURRENT support [1] PR: ports/165997 [1] Submitted by: Stanislav Sedov <stas@deglitch.com> [1]
11 lines
468 B
Plaintext
11 lines
468 B
Plaintext
--- ./www/Makefile.am.orig 2012-04-15 10:31:27.000000000 -0400
|
|
+++ ./www/Makefile.am 2012-04-15 10:31:33.000000000 -0400
|
|
@@ -25,6 +25,6 @@
|
|
|
|
manual.html: openconnect.8.inc
|
|
openconnect.8.inc: $(top_srcdir)/openconnect.8
|
|
- groff -t -K UTF-8 -mandoc -Txhtml $? | sed -e '1,/<body>/d' -e '/<\/body>/,$$d' > $@
|
|
+ groff -t -mandoc -Thtml $^ | sed -e '1,/<body>/d' -e '/<\/body>/,$$d' > $@
|
|
|
|
EXTRA_DIST = $(patsubst %.html,%.xml,$(ALL_PAGES)) menu1.xml menu2*.xml html.py
|