]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/documentation-targets.make
Merge branch 'lilypond/translation' of /home/jcharles/GIT/Lily/ into lilypond/translation
[lilypond.git] / stepmake / stepmake / documentation-targets.make
index 8172d03b0bad6693b009ef9da0fba3183f36ff17..8bcb8223fc018a0bc08e07e5dfb67ccd338b1b12 100644 (file)
@@ -1,29 +1,5 @@
-
+# do we need this?
 default:
 
-
 local-WWW: $(OUTHTML_FILES)
 
-local-web:
-       $(MAKE) CONFIGSUFFIX=www local-WWW
-
-footify:
-       $(footify) $(sort $(wildcard $(outdir)/*.html out/*.html out-www/*.html))
-
-# what to do here?
-ifeq (a,b) 
-
-$(outdir)/$(package).info: $(outdir)/topinfo.texinfo $(OUTTEXINFO_FILES)
-       $(MAKEINFO) --force -o $@ $(outdir)/topinfo.texinfo
-
-
-INFOINSTALL=$(MAKE) INSTALLATION_OUT_DIR=$(infodir) depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_FILES)" -f $(stepdir)/install-out.sub.make $@
-
-localinstall: # $(INFO_FILES)
-       -$(INSTALL) -d $(infodir)
-       $(INFOINSTALL)
-localuninstall:
-       $(INFOINSTALL)
-
-endif
-