Commit a1934dae authored by Stefano Sabatini's avatar Stefano Sabatini

doc/Makefile: remove .3 file with make clean

parent 98506e16
...@@ -79,7 +79,7 @@ uninstall-man: ...@@ -79,7 +79,7 @@ uninstall-man:
$(RM) $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES)) $(RM) $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
clean:: clean::
$(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 $(CLEANSUFFIXES:%=doc/%) doc/avoptions_*.texi $(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 doc/*.3 $(CLEANSUFFIXES:%=doc/%) doc/avoptions_*.texi
$(RM) -r doc/doxy/html $(RM) -r doc/doxy/html
-include $(wildcard $(DOCS:%=%.d)) -include $(wildcard $(DOCS:%=%.d))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment