doc/Makefile: `cleanall` target now deletes doc/{org,orgguide}.texi

* doc/Makefile: `cleanall` target now deletes doc/{org,orgguide}.texi

In the past, at least one of these seems to have been a tracked
(source?) file.  That is no longer the case.
This commit is contained in:
Greg Minshall 2021-05-21 18:42:35 +03:00 committed by Nicolas Goaziou
parent 54863e802f
commit c34aae1d6b
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ clean:
org-version.tex *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys \
*.pg *.pgs *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps
cleanall: clean
$(RM) org.texi orgguide.texi
$(RMR) guide manual
clean-install: