Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ms-public
nomad
Commits
b593daf8
Commit
b593daf8
authored
May 13, 2014
by
Miroslav Shaltev
Browse files
fix doxygen Makefile.am
parent
7e83ca7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
b593daf8
...
...
@@ -12,8 +12,8 @@ without warranty of any kind.
Basic
Installation
==================
Briefly
,
the
shell
command
s
`./
configure
;
make
;
make
install
'
should
configure, build, and install this package. The following
Briefly
,
the
shell
command
`./
configure
&&
make
&&
make
install
'
should
configure, build, and install this package. The following
more-detailed instructions are generic; see the `README'
file
for
instructions
specific
to
this
package
.
Some
packages
provide
this
`
INSTALL
' file but do not implement all of the features documented
...
...
docs/Makefile.am
View file @
b593daf8
...
...
@@ -24,7 +24,22 @@ sdocs_DATA = $(directory)/html/search/*.html \
$(directory)
/html/search/
*
.js
$(directory)/html/*.png
:
$(directory)/html/*.css
:
$(directory)/html/*.html
:
$(directory)/html/*.jpg
:
$(directory)/html/*.m*
:
$(directory)/html/*.js
:
$(directory)/html/search/*.png
:
$(directory)/html/search/*.css
:
$(directory)/html/search/*.html
:
$(directory)/html/search/*.js
:
all-local
:
doxyfile.stamp
clean-local
:
rm
-rf
$(top_srcdir)
/docs/html
endif
\ No newline at end of file
endif
Write
Preview
Supports
Markdown
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