diff options
Diffstat (limited to 'security/openconnect/files/patch-www_Makefile.am')
-rw-r--r-- | security/openconnect/files/patch-www_Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openconnect/files/patch-www_Makefile.am b/security/openconnect/files/patch-www_Makefile.am new file mode 100644 index 000000000000..1ce93fe9b755 --- /dev/null +++ b/security/openconnect/files/patch-www_Makefile.am @@ -0,0 +1,10 @@ +--- www/Makefile.am.orig 2012-03-12 20:25:28.000000000 -0700 ++++ www/Makefile.am 2012-03-12 20:25:34.000000000 -0700 +@@ -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 |