Added some pattern rules, but commented them out for now.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1710 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-09-07 19:03:56 +00:00
parent 2ffe820166
commit f376fcecda

View file

@ -105,6 +105,28 @@ ADVERTISEMENT: advertisement.texi version.texi
$(MAKEINFO) $(MAKEINFO_FLAGS) -o ADVERTISEMENT -D ADVERTISEMENT_ONLY \
--no-header --no-split $(srcdir)/advertisement.texi
# Unused for now, but may be used in the future.
#%: %.texi
# $(MAKEINFO) $(MAKEINFO_FLAGS) -o $@ -D ${@}_ONLY \
# --no-header --no-split $(srcdir)/$<
#
#%.texi: %.www.texi
# rm -f $@
# sed -e 's,@email{\([^}]*\)},<\1>,g' \
# $(srcdir)/$< \
# | sed -e 's,@url{\([^}]*\)},@samp{\1},g' \
# > $@
#
#%.html: %.www.texi
# rm -f $@.texi
# sed -e 's,@email{\([^}]*\)},<A HREF="mailto:\1">\1</A>,g' \
# $(srcdir)/$< \
# | sed -e 's,@url{\([^}]*\)},<A HREF="\1">\1</A>,g' \
# | sed -e 's,^ *$$,@br{},g' \
# > $<.html.texi
# texi2html -expandinfo $(MAKEINFO_FLAGS) $<.html.texi
# mv -f $<.html.html $*.html
# Make substitutions for @email{} and @url{} before passing to makeinfo.
# These substitution scripts could be cleaned up.
GNUstep-FAQ: gnustep-faq.texi version.texi