doc/Makefile.am: fix maintainer-clean-local rule.
The maintainer-clean-local rule was removing the wrong file for comedilib.pdf.
This commit is contained in:
parent
bafead2b6d
commit
ba3117525a
1 changed files with 1 additions and 2 deletions
|
@ -111,8 +111,7 @@ drivers.xml: drivers.txt mkdr
|
|||
$(srcdir)/mkdr $(srcdir)/drivers.txt >$(srcdir)/drivers.xml
|
||||
|
||||
maintainer-clean-local:
|
||||
$(RM) -r $(srcdir)/doc_html $(srcdir)/man
|
||||
$(RM) $(srcdir)/comedilib.pdf
|
||||
$(RM) -r $(srcdir)/doc_html $(srcdir)/man $(srcdir)/pdf
|
||||
|
||||
locales = de
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue