--- gigedit/trunk/Makefile.cvs 2007/06/16 11:28:29 1236 +++ gigedit/trunk/Makefile.svn 2015/07/17 12:06:00 2795 @@ -26,17 +26,19 @@ configure: check_dependencies configure.ac Makefile.am \ src/Makefile.am - @intltoolize --force --automake + @intltoolize --copy --force --automake @aclocal @libtoolize --force --copy @autoheader @automake --add-missing --copy @autoconf ###################################################################### - # If you are compiling gigedit from CVS, make sure to use the latest # + # If you are compiling gigedit from SVN, make sure to use the latest # # version of libgig from CVS as well ! # ###################################################################### +.PHONY: clean + clean: @if [ -f Makefile ]; then make distclean; fi || true @rm -rvf *.cache *.log *.status *.m4 @@ -50,4 +52,4 @@ @rm -rvf *~ autom4te.cache \ depcomp INSTALL install-sh Makefile Makefile.in missing mkinstalldirs \ gigedit-*.tar.gz po/*~ src/*~ gigedit.kdevelop.pcs debug src/a.out \ - Doxyfile COPYING + Doxyfile intltool-extract.in intltool-merge.in intltool-update.in