]> 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 9f5b2ceb7a1c7c3e1437523f59986b3605ba1df0..8bcb8223fc018a0bc08e07e5dfb67ccd338b1b12 100644 (file)
@@ -1,30 +1,5 @@
-
+# do we need this?
 default:
 
-# UGH. 
-include $(stepdir)/www-targets.make
-
-local-WWW: $(OUTHTML_FILES) footify
-
-footify: $(sort $(wildcard $(outdir)/*.html out/*.html out-www/*.html))
-       $(footify) $(sort $(wildcard $(outdir)/*.html out/*.html out-www/*.html))
-
-deep-footify:
-       $(deep-footify) $(sort $(wildcard $(outdir)/*/*.html))
-
-# why isn't this in texinfo-targets?
-INFO_INSTALL_FILES = $(wildcard $(addsuffix *, $(INFO_FILES)))
-
-# should we call install-info?
-INFOINSTALL=$(MAKE) INSTALLATION_OUT_DIR=$(infodir) depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_INSTALL_FILES)" -f $(stepdir)/install-out.sub.make
-
-local-install: install-info
-local-uninstall: uninstall-info
-
-install-info: $(INFO_FILES)
-       -$(INSTALL) -d $(infodir)
-       $(INFOINSTALL) local-install
+local-WWW: $(OUTHTML_FILES)
 
-uninstall-info:
-       $(INFOINSTALL) local-uninstall
-       -rmdir $(infodir)