Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
radsecproxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eduroam
radsecproxy
Commits
4376e889
Commit
4376e889
authored
Mar 09, 2016
by
Linus Nordberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the html target.
List the three .html files. Add targets for building .html from .1 and .5.
parent
404c2f37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Makefile.am
Makefile.am
+6
-5
No files found.
Makefile.am
View file @
4376e889
...
...
@@ -12,7 +12,6 @@ endif
SUBDIRS
=
tests
sbin_PROGRAMS
=
radsecproxy
bin_PROGRAMS
=
radsecproxy-conf
$(fticks_programs)
noinst_LIBRARIES
=
librsp.a
...
...
@@ -67,10 +66,12 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-fticks
radsecproxy.conf.5
:
$(srcdir)/radsecproxy.conf.5.xml
docbook2x-man
$<
# Build HTML version of radsecproxy.conf.5. NOTE: Only tested with
# 'openjade' package installed on Ubuntu 9.10.
html
:
$(srcdir)/radsecproxy.conf.5.xml
-
openjade
-E2000
-t
sgml-raw
-d
/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl
-o
radsecproxy.conf.html
$<
html
:
radsecproxy.html radsecproxy-hash.html radsecproxy.conf.html
%.html
:
%.1
groff
-mandoc
-Thtml
$<
>
$@
%.html
:
%.5
groff
-mandoc
-Thtml
$<
>
$@
clean-local
:
-
rm
$(GENMANPAGES)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment