diff --git a/ChangeLog b/ChangeLog index 08a0e3a11..396109ffd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-03-14 Charles Iliya Krempeaux + + * sample/Makefile.in : Modified it to make it so "make clean" + will clean the "sample/rsvg" directory too. And made it so + a "make distclean" will do a distclean to the "sample/rsvg" + too. + * sample/rsvg/Makefile.in : Added the "distclean" rule to + it. + 2003-03-14 Rodrigo Moya * configure.in: diff --git a/sample/Makefile.in b/sample/Makefile.in index d6890ac5d..e54ad796b 100755 --- a/sample/Makefile.in +++ b/sample/Makefile.in @@ -61,8 +61,11 @@ glade-test.exe: GladeTest.cs test.glade clean: rm -f *.exe @ENABLE_GNOME_TRUE@ $(MAKE) -C gconf clean +@ENABLE_GNOME_TRUE@ $(MAKE) -C rsvg clean distclean: clean +@ENABLE_RSVG_TRUE@ $(MAKE) -C rsvg distclean + unix: @echo "'make unix' is broken for now." diff --git a/sample/rsvg/Makefile.in b/sample/rsvg/Makefile.in index a9944de14..9575bcc53 100644 --- a/sample/rsvg/Makefile.in +++ b/sample/rsvg/Makefile.in @@ -8,3 +8,6 @@ all: clean: rm -f *.exe + +distclean: clean +@ENABLE_RSVG_TRUE@ rm -f Makefile