Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
b39417b7
Commit
b39417b7
authored
Sep 24, 2002
by
Josh Coalson
Browse files
add clean targets for cleaning up the generated doxygen docs
parent
5f203c49
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/Makefile.am
View file @
b39417b7
...
...
@@ -31,3 +31,6 @@ doc_DATA = \
FLAC.tag
EXTRA_DIST
=
Doxyfile Makefile.lite
$(doc_DATA)
clean-local
:
rm
-rf
FLAC.tag html/api doxytmp
doc/html/Makefile.am
View file @
b39417b7
...
...
@@ -42,3 +42,5 @@ install-data-local:
(
cd
api
&&
$(INSTALL_DATA)
*
$(DESTDIR)$(docdir)
/api
)
uninstall-local
:
rm
-rf
$(DESTDIR)$(docdir)
/api
clean-local
:
rm
-rf
api
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