]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/toplevel-targets.make
* autogen.sh: Generate.
[lilypond.git] / stepmake / stepmake / toplevel-targets.make
index 7d4380e305c0e0831017bbda6fea0b16e78d7875..f09f6ac71ee04deeaba9f17c8678b09e88e01efe 100644 (file)
@@ -1,6 +1,3 @@
-# -*-Makefile-*-
-# title           Toplevel_targets.make
-
 include $(stepdir)/www-targets.make
 
 local-dist: configure 
@@ -9,7 +6,7 @@ local-dist: configure
 local-distclean: 
        rm -f config.h config.hh config.make Makefile GNUmakefile \
                config.cache config.status config.log index.html \
-               afm tfm cmtfm share/locale/*/LC_MESSAGES/lilypond.mo
+               stepmake/stepmake/stepmake stepmake/stepmake/bin
 
 local-maintainerclean:
        rm -f configure
@@ -20,6 +17,10 @@ GNUmakefile: GNUmakefile.in
 ifneq ($(PACKAGE),STEPMAKE)
 aclocal.m4: $(stepmake)/aclocal.m4
        $(MAKE) INFILE=$< OUTFILE=$@ LINECOMMENT=dnl -f $(stepdir)/automatically-generated.sub.make
+
+autogen.sh: $(stepmake)/autogen.sh
+       $(MAKE) INFILE=$< OUTFILE=$@ LINECOMMENT=\# -f $(stepdir)/automatically-generated.sub.make
+       chmod +x autogen.sh
 endif
 
 
@@ -35,12 +36,6 @@ $(README_TXT_FILES): do-top-doc
 
 local-clean:
 
-###check-top-web:
-###    $(MAKE) -C Documentation/topdocs WWW
-#####
-
-####index.html: check-top-web NEWS
-
 local-dist: do-top-doc
 
 dist:
@@ -48,7 +43,7 @@ dist:
        $(MAKE) local-dist $(distdir)
        chmod -R a+r $(distdir)
        chmod  a+x `find $(distdir) -type d -print` 
-       (cd ./$(depth)/$(outdir); $(TAR) cf - $(DIST_NAME) | gzip -9 > $(DIST_NAME).tar.gz)
+       (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?
        -ln -f $(depth)/$(outdir)/$(distname).tar.gz $(release-dir)
@@ -70,7 +65,7 @@ local-help:
   distclean   cleaner than clean (duh)\n\
   doc         update all documentation\n\
   release     roll tarball and generate patch\n\
-  rpm         build Red Hat package\n\
+  rpm         build rpm (Red Hat) package\n\
   po          make new translation Portable Object database\n\
   po-replace  do po-update and replace catalogs with msgmerged versions\n\
   po-update   update translation Portable Object database\n\