Explorar o código

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.
Greg Minshall %!s(int64=4) %!d(string=hai) anos
pai
achega
c34aae1d6b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      doc/Makefile

+ 1 - 0
doc/Makefile

@@ -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: