octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patch for incomplete maintainer-clean


From: Jskud
Subject: patch for incomplete maintainer-clean
Date: Sat, 27 Sep 2003 20:31:16 -0700

Working with the latest development release, I noticed that some
generated files were not removed via "make maintainer-clean".  Here is a
patch to fix that problem.

*** /opt/src/octave-2.1.50/./doc/interpreter/Makefile.in-ORIG   Wed May 28 
13:10:16 2003
--- /opt/src/octave-2.1.50/./doc/interpreter/Makefile.in        Sat Sep 27 
15:29:37 2003
***************
*** 189,195 ****
  
  maintainer-clean: distclean clean-texi
        rm -f tags TAGS octave.info octave.info-* octave.dvi octave.ps
!       rm -f octave_*.html
  .PHONY: maintainer-clean
  
  clean-texi:
--- 189,196 ----
  
  maintainer-clean: distclean clean-texi
        rm -f tags TAGS octave.info octave.info-* octave.dvi octave.ps
!       rm -f octave.*.bak
!       rm -f octave*.html
  .PHONY: maintainer-clean
  
  clean-texi:

[]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]