]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/toplevel-targets.make
*** empty log message ***
[lilypond.git] / stepmake / stepmake / toplevel-targets.make
index c59d971b855e870bbe0c5252d70262701eaff075..01b220c890cd7d6435fb3d8893c5f0baa383788f 100644 (file)
@@ -1,8 +1,8 @@
 include $(stepdir)/www-targets.make
 
-local-dist: configure 
+local-dist: configure
 
-local-distclean: 
+local-distclean:
        rm -f config.hh config.make Makefile GNUmakefile \
                config.cache config.status config.log index.html \
                stepmake/stepmake/stepmake stepmake/stepmake/bin
@@ -48,7 +48,7 @@ dist:
        rm -rf $(distdir)
        $(MAKE) local-dist $(distdir)
        chmod -R a+r $(distdir)
-       chmod  a+x `find $(distdir) -type d -print` 
+       chmod  a+x `find $(distdir) -type d -print`
        (cd ./$(depth)/$(outdir); $(TAR) -cf -  --owner=0 --group=0 $(DIST_NAME) | gzip -9 > $(DIST_NAME).tar.gz)
 # ugh.
 # Can't compare "stage1" dist with "stage2" dist in this way?