[Autosec-devel] sonar/doc Makefile.am,1.3,1.4 Makefile.in,1.14,1.15
Brought to you by:
red0x
From: <re...@us...> - 2003-12-05 22:36:45
|
Update of /cvsroot/autosec/sonar/doc In directory sc8-pr-cvs1:/tmp/cvs-serv20864/doc Modified Files: Makefile.am Makefile.in Log Message: Changed the cleaning rules for the docs Index: Makefile.am =================================================================== RCS file: /cvsroot/autosec/sonar/doc/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 7 Nov 2003 08:39:57 -0000 1.3 --- Makefile.am 5 Dec 2003 22:36:42 -0000 1.4 *************** *** 8,12 **** ! mostlyclean-generic: -rm -f *~ \#* .*~ .\#* -rm -rf html latex --- 8,12 ---- ! distclean-generic: -rm -f *~ \#* .*~ .\#* -rm -rf html latex Index: Makefile.in =================================================================== RCS file: /cvsroot/autosec/sonar/doc/Makefile.in,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile.in 10 Nov 2003 10:40:41 -0000 1.14 --- Makefile.in 5 Dec 2003 22:36:42 -0000 1.15 *************** *** 220,226 **** `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install ! ! distclean-generic: ! -rm -f Makefile $(CONFIG_CLEAN_FILES) clean: clean-am --- 220,224 ---- `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install ! mostlyclean-generic: clean: clean-am *************** *** 276,280 **** install-debug: install ! mostlyclean-generic: -rm -f *~ \#* .*~ .\#* -rm -rf html latex --- 274,278 ---- install-debug: install ! distclean-generic: -rm -f *~ \#* .*~ .\#* -rm -rf html latex |