make clean shouldn't clean disted files

2003-02-27  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/doc/Makefile.am: make clean shouldn't clean disted
        files
This commit is contained in:
Manish Singh 2003-02-28 01:21:27 +00:00 committed by Manish Singh
parent 5bc3a7a31d
commit e7809f046a
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2003-02-27 Manish Singh <yosh@gimp.org>
* plug-ins/pygimp/doc/Makefile.am: make clean shouldn't clean disted
files
2003-02-27 Manish Singh <yosh@gimp.org>
* app/tools/gimpbucketfilltool.c

View file

@ -13,8 +13,8 @@ EXTRA_DIST = \
printed: pygimp.ps pygimp.pdf
clean:
rm -f *.html pygimp.ps pygimp.pdf
#clean:
# rm -f *.html pygimp.ps pygimp.pdf
pygimp.ps: pygimp.sgml
@ -28,5 +28,5 @@ pygimp.html: pygimp.sgml
cd $(srcdir) && mv pygimp/*.html .
rm -rf $(srcdir)/pygimp
.PHONY: printed clean
.PHONY: printed #clean