]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Rules.make
release: 0.1.7
[lilypond.git] / make / Rules.make
index 36986881e580fcd73ddac99cede9dd40e134144e..a09bf62d74924c637c7c1f531c492499bf38d9a0 100644 (file)
@@ -12,7 +12,7 @@
 
 # so why does make still consider xx.y : RCS/xx.y,v ?
 # there is no suffix ,v anymore!
-.SUFFIXES: .cc .o .hh .y .l .pod .text .1 .dep .html
+.SUFFIXES: .cc .o .hh .y .l  .dep
 
 
 # compile rules:
@@ -24,10 +24,7 @@ $(outdir)/%.o: $(outdir)/%.cc
        $(DO_CXX_COMPILE)
 
 $(outdir)/%.cc: %.y
-#      $(BISON) -d $<
        $(BISON) $<
-#      mv $(shell basename $@ .cc ).tab.h $(include-lib)/$(shell basename $@ .cc).hh
-#      mv $(shell basename $@ .cc ).tab.h $(outdir)/$(shell basename $@ .cc).hh
        mv $(shell basename $@ .cc ).tab.c $@
 
 $(outdir)/%.hh: %.y
@@ -40,25 +37,6 @@ $(outdir)/%.cc: %.l
 # could be faster:
 #      $(FLEX) -8 -Cf -t $< > $@
 
-$(outdir)/%.text: $(outdir)/%.1
-       groff -man -Tascii $< > $@
-
-$(depth)/%.text: $(outdir)/%.text
-       cp $< $@
-
-$(outdir)/%.html: %.pod
-       $(pod2html)  $<
-       mv $(notdir $@) $(outdir)/
-
-$(outdir)/%.5: %.pod
-       $(pod2groff)
-$(outdir)/%.1: %.pod
-       $(pod2groff)
-
-
-
-#
-
 # outdirs:
 #
 # ?$(outdir)/%.dep:
@@ -75,4 +53,3 @@ $(outdir)/%.1: %.pod
 $(depth)/%.text: check-doc-deps
        rm -f $@
        ln `find ${depth}/Documentation -name $@|head -1` .
-