Angus Leeming <[EMAIL PROTECTED]> writes: | So, no. | Two separate rm commands are needed. > >> maintainer-clean work perfectly for me. | That's because you wrote it for your box.
Does this patch work for you? Index: Makefile.am =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v retrieving revision 1.45 diff -u -p -r1.45 Makefile.am --- Makefile.am 24 Apr 2002 21:51:02 -0000 1.45 +++ Makefile.am 25 Apr 2002 11:37:55 -0000 @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign DISTCLEANFILES = *.orig *.rej *~ *.bak core textclass.lst packages.lst \ - lyxrc.defaults doc/LyXConfig.lyx doc/LaTeXConfig.lyx -r xfonts + lyxrc.defaults doc/LyXConfig.lyx doc/LaTeXConfig.lyx MAINTAINERCLEANFILES = $(srcdir)/Makefile.in SUBDIRS = reLyX @@ -61,6 +61,9 @@ install-xfonts: uninstall-xfonts: rm -rf $(DESTDIR)$(pkgdatadir)/xfonts + +distclean-local: + rm -rf xfonts install-data-local: libinstalldirs install-xfonts files=`cd $(srcdir) ; echo $(LIBINSTFILES)` ; \ -- Lgb